Skip to content

Commit

Permalink
chore: lerna --no-verify-access
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Nov 22, 2023
1 parent 3817e0b commit 41143f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"build": "lerna run build",
"publish:all": "lerna publish from-package --no-private --yes",
"publish:all": "lerna publish from-package --no-verify-access --no-private --yes",
"prebuild:demo": "yarn build",
"build:demo": "lerna run build:demo",
"postbuild:demo": "rimraf demo-dist && mkdir demo-dist && cp -r packages/**/demo-dist/* ./demo-dist"
Expand Down

0 comments on commit 41143f0

Please sign in to comment.