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:
Aria Minaei 2021-08-04 21:51:25 +02:00
parent 4395c62b17
commit c2b5dca63b
11 changed files with 152 additions and 24 deletions

View file

@ -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": {