Safer publish command

This commit is contained in:
dannyrb 2019-08-07 00:24:27 -04:00
parent 755da173ea
commit abdbe9a608

View File

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