Skip to content

Commit d020d42

Browse files
author
Anushkafka
committed
Adding --no-verify-access to lerna publish
1 parent 0a91711 commit d020d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ git checkout -- docs/login.md
1515
rm docs/commands.md
1616

1717
# Remove beta once we are out of it
18-
npx lerna publish --conventional-commits --yes --preid 'beta'
18+
npx lerna publish --conventional-commits --yes --preid 'beta' --no-verify-access
1919
echo "✅ Done"
2020
exit 0

0 commit comments

Comments
 (0)