Safer publish command
This commit is contained in:
parent
755da173ea
commit
abdbe9a608
@ -19,7 +19,8 @@
|
|||||||
"test:unit": "jest --collectCoverage",
|
"test:unit": "jest --collectCoverage",
|
||||||
"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",
|
||||||
|
"publish": "lerna publish --canary --dist-tag test"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.5.0",
|
"@babel/core": "^7.5.0",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user