File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-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
- "publish" : {
7
- "verifyAccess" : false
6
+ "command" : {
7
+ "publish" : {
8
+ "verifyAccess" : false
9
+ }
8
10
}
9
11
}
Original file line number Diff line number Diff line change 34
34
"build:css" : " postcss src/styles/index.css --base src/styles --dir out-css" ,
35
35
"build:prod" : " npm run clean && npm run lint && npm run test && npm run build" ,
36
36
"clean" : " rimraf out-css && lerna run clean" ,
37
- "lerna:publish" : " npm run build:prod && npm whoami && lerna publish from-package --yes --no-verify-access && npm run lerna-fix" ,
37
+ "lerna:publish" : " npm run build:prod && npm whoami && lerna publish from-package --yes && npm run lerna-fix" ,
38
38
"lerna:version" : " lerna version && npm i" ,
39
39
"diff" : " lerna diff" ,
40
40
"lerna-fix" : " lerna exec -- node ../../scripts/lerna-fix.mjs" ,
You can’t perform that action at this time.
0 commit comments