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 33 "version" : " independent" ,
44 "npmClient" : " npm" ,
55 "useWorkspaces" : true ,
6- "granularPathspec" : false ,
76 "command" : {
87 "publish" : {
98 "verifyAccess" : false
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments