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/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",