Skip to content

Commit

Permalink
Revert "Always publish to npmjs.com main public registry (#132)" (#134)
Browse files Browse the repository at this point in the history
This reverts commit 6b08316.
  • Loading branch information
token-cjg authored Aug 10, 2022
1 parent 6b08316 commit c58ffb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ yarn install
# ./scripts/generate_dev_docs.sh

# Remove beta once we are out of it
npx lerna publish --conventional-commits --yes --preid 'beta' --@zendesk:registry=https://npmjs.com
npx lerna publish --conventional-commits --yes --preid 'beta'
echo "✅ Done"
exit 0

0 comments on commit c58ffb0

Please sign in to comment.