Skip to content

Commit b2ee849

Browse files
committed
experiment with new sync-workspace-lock
1 parent 078fcf0 commit b2ee849

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lerna.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "independent",
44
"npmClient": "npm",
55
"useWorkspaces": true,
6-
"granularPathspec": false,
76
"command": {
87
"publish": {
98
"verifyAccess": false

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"build:prod": "npm run clean && npm run build",
3838
"clean": "turbo run clean --parallel",
3939
"lerna:publish": "npm run build:prod && npm whoami && lerna publish from-package --yes",
40-
"lerna:version": "lerna version --no-push --exact --conventional-commits --include-merged-tags",
41-
"version": "rimraf package-lock.json && npm i",
40+
"lerna:version": "lerna version --no-push --exact --conventional-commits --include-merged-tags --sync-workspace-lock",
4241
"lerna:changelog": "npx lerna-changelog",
4342
"lerna:modify-package": "lerna exec -- node ../../scripts/modify-pkgjson.mjs",
4443
"postinstall": "npm run bootstrap",

0 commit comments

Comments
 (0)