File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
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 ,
6
7
"command" : {
7
8
"publish" : {
8
9
"verifyAccess" : false
17
18
" .storybook/**/*" ,
18
19
" storyhelpers/**/*" ,
19
20
" templates/**/*" ,
20
- " docs/**/*"
21
+ " docs/**/*" ,
22
+ " package.json" ,
23
+ " package-lock.json"
21
24
]
22
25
}
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 && rimraf package-lock.json && npm i" ,
40
+ "lerna:version" : " lerna version --no-push --exact --conventional-commits" ,
41
+ "postversion" : " rimraf package-lock.json && npm i" ,
41
42
"lerna:diff" : " lerna diff" ,
42
43
"lerna:fix" : " lerna exec -- node ../../scripts/lerna-fix.mjs" ,
43
44
"lerna:modify-package" : " lerna exec -- node ../../scripts/modify-pkgjson.mjs" ,
You can’t perform that action at this time.
0 commit comments