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/core",
|
||||
"version": "0.4.0-dev.3",
|
||||
"version": "0.4.0-dev.4",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Motion design editor for the web",
|
||||
"repository": {
|
||||
|
@ -36,7 +36,7 @@
|
|||
"dist/index.d.ts"
|
||||
],
|
||||
"scripts": {
|
||||
"prepublish": "cd .. && yarn run ensure-publishing"
|
||||
"prepublish": "node ../../devEnv/ensurePublishing.js"
|
||||
},
|
||||
"sideEffects": true,
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue