Skip to content

Commit

Permalink
chore: add --no-verify-access
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jun 6, 2022
1 parent cf5f10e commit becb865
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 @@ -13,7 +13,7 @@
"release:version": "lerna version --conventional-commits --no-private --amend --no-git-tag-version --no-changelog --yes",
"release:commit": "git add . && git commit -m \"chore(release): publish v$npm_package_version\"",
"release:build": "lerna run --parallel build --no-private",
"release:publish": "lerna publish from-package --dist-tag latest --contents build --yes"
"release:publish": "lerna publish from-package --dist-tag latest --contents build --no-verify-access --yes"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
Expand Down

0 comments on commit becb865

Please sign in to comment.