Split version and publish

This commit is contained in:
dannyrb 2019-08-07 23:12:07 -04:00
parent 9ab81de690
commit 35a702fe07

View File

@ -20,7 +20,9 @@
"test:unit:ci": "lerna run test:unit:ci --parallel",
"test:e2e:ci": "cd platform/viewer && yarn run test:e2e:ci",
"see-changed": "lerna changed",
"release": "npx lerna version prerelease --force-publish && lerna publish --canary --dist-tag canary"
"release": "yarn run lerna:version && yarn run lerna:publish",
"lerna:version": "npx lerna version prerelease --force-publish",
"lerna:publish": "lerna publish from-package --canary --dist-tag canary"
},
"devDependencies": {
"@babel/core": "^7.5.0",