Skip to content

Commit

Permalink
fix(lerna): add --no-verify-access
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Apr 26, 2023
1 parent 4c87ba8 commit 3feb346
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 @@ -113,7 +113,7 @@
"ci": "yarn install --frozen-lockfile --network-concurrency 1",
"lerna-version": "lerna version --no-changelog --conventional-commits --conventional-graduate --yes",
"lerna-version-fallback": "lerna version --no-changelog --conventional-commits --yes",
"release": "lerna publish from-package --yes"
"release": "lerna publish from-package --no-verify-access --yes"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,md,html,css,yml}": "npx prettier --write"
Expand Down

0 comments on commit 3feb346

Please sign in to comment.