Skip to content

Commit bffe8fe

Browse files
author
Anushkafka
committed
Remove --access-public
1 parent c4403a8 commit bffe8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

+1-1
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' --no-verify-access --access-public
18+
npx lerna publish --conventional-commits --yes --preid 'beta' --no-verify-access
1919
echo "✅ Done"
2020
exit 0

0 commit comments

Comments
 (0)