Split version and publish
This commit is contained in:
parent
9ab81de690
commit
35a702fe07
@ -20,7 +20,9 @@
|
|||||||
"test:unit:ci": "lerna run test:unit:ci --parallel",
|
"test:unit:ci": "lerna run test:unit:ci --parallel",
|
||||||
"test:e2e:ci": "cd platform/viewer && yarn run test:e2e:ci",
|
"test:e2e:ci": "cd platform/viewer && yarn run test:e2e:ci",
|
||||||
"see-changed": "lerna changed",
|
"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": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.5.0",
|
"@babel/core": "^7.5.0",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user