Simplified the deployment script
* Implemented yarn run deploy, which deploys all packages to npm, with the same version assigned to all of them.
This commit is contained in:
parent
4395c62b17
commit
c2b5dca63b
11 changed files with 152 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@theatre/dataverse-react",
|
||||
"version": "1.0.0-dev.2",
|
||||
"version": "0.4.0-dev.4",
|
||||
"license": "Apache-2.0",
|
||||
"author": {
|
||||
"name": "Aria Minaei",
|
||||
|
@ -31,7 +31,8 @@
|
|||
"typecheck": "yarn run build",
|
||||
"build": "run-s build:ts build:js",
|
||||
"build:ts": "tsc --build ./tsconfig.json",
|
||||
"build:js": "node -r esbuild-register ./devEnv/build.ts"
|
||||
"build:js": "node -r esbuild-register ./devEnv/build.ts",
|
||||
"prepublish": "node ../../devEnv/ensurePublishing.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.23",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@theatre/dataverse",
|
||||
"version": "1.0.0-dev.2",
|
||||
"version": "0.4.0-dev.4",
|
||||
"license": "Apache-2.0",
|
||||
"author": {
|
||||
"name": "Aria Minaei",
|
||||
|
@ -31,7 +31,8 @@
|
|||
"typecheck": "yarn run build",
|
||||
"build": "run-s build:ts build:js",
|
||||
"build:ts": "tsc --build ./tsconfig.json",
|
||||
"build:js": "node -r esbuild-register ./devEnv/build.ts"
|
||||
"build:js": "node -r esbuild-register ./devEnv/build.ts",
|
||||
"prepublish": "node ../../devEnv/ensurePublishing.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.23",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@theatre/plugin-r3f",
|
||||
"version": "1.0.0-dev.1",
|
||||
"version": "0.4.0-dev.4",
|
||||
"license": "Apache-2.0",
|
||||
"authors": [
|
||||
{
|
||||
|
@ -27,7 +27,8 @@
|
|||
"scripts": {
|
||||
"prepack": "yarn run build",
|
||||
"typecheck": "yarn run build",
|
||||
"build": "tsc --build ./tsconfig.json"
|
||||
"build": "tsc --build ./tsconfig.json",
|
||||
"prepublish": "node ../../devEnv/ensurePublishing.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.23",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue