File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " independent" ,
4
4
"npmClient" : " npm" ,
5
5
"useWorkspaces" : true ,
6
- "granularPathspec" : false ,
7
6
"command" : {
8
7
"publish" : {
9
8
"verifyAccess" : false
Original file line number Diff line number Diff line change 37
37
"build:prod" : " npm run clean && npm run build" ,
38
38
"clean" : " turbo run clean --parallel" ,
39
39
"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" ,
42
41
"lerna:changelog" : " npx lerna-changelog" ,
43
42
"lerna:modify-package" : " lerna exec -- node ../../scripts/modify-pkgjson.mjs" ,
44
43
"postinstall" : " npm run bootstrap" ,
You can’t perform that action at this time.
0 commit comments