We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc6ab5 commit b11f641Copy full SHA for b11f641
package.json
@@ -27,7 +27,7 @@
27
"test": "npx nx run-many -t test --parallel=false",
28
"test-ci": "./node_modules/.bin/lerna run test-ci --parallel=false",
29
"publish:dev": "./node_modules/.bin/lerna publish --canary --preid beta --dist-tag beta --force-publish --yes",
30
- "publish:master": "./node_modules/.bin/lerna publish from-git --yes",
+ "publish:master": "./node_modules/.bin/lerna publish from-package --yes",
31
"bump": "node scripts/bump-version.js",
32
"ncu": "ncu && ./node_modules/.bin/lerna exec -- ncu -x @types/node",
33
"ncu-fix": "ncu -u && ./node_modules/.bin/lerna exec -- ncu -u -x @types/node"
0 commit comments