Skip to content

Commit b11f641

Browse files
committed
chore: fix lerna publish
1 parent ddc6ab5 commit b11f641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test": "npx nx run-many -t test --parallel=false",
2828
"test-ci": "./node_modules/.bin/lerna run test-ci --parallel=false",
2929
"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",
30+
"publish:master": "./node_modules/.bin/lerna publish from-package --yes",
3131
"bump": "node scripts/bump-version.js",
3232
"ncu": "ncu && ./node_modules/.bin/lerna exec -- ncu -x @types/node",
3333
"ncu-fix": "ncu -u && ./node_modules/.bin/lerna exec -- ncu -u -x @types/node"

0 commit comments

Comments
 (0)