Skip to content

Commit 71ef83b

Browse files
committed
fix lerna.json
fix lerna.json
1 parent a71738a commit 71ef83b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "independent",
44
"npmClient": "npm",
55
"useWorkspaces": true,
6-
"publish": {
7-
"verifyAccess": false
6+
"command": {
7+
"publish": {
8+
"verifyAccess": false
9+
}
810
}
911
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"build:css": "postcss src/styles/index.css --base src/styles --dir out-css",
3535
"build:prod": "npm run clean && npm run lint && npm run test && npm run build",
3636
"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",
3838
"lerna:version": "lerna version && npm i",
3939
"diff": "lerna diff",
4040
"lerna-fix": "lerna exec -- node ../../scripts/lerna-fix.mjs",

0 commit comments

Comments
 (0)