Skip to content

Commit

Permalink
chore(npm-release.sh): set concurrency to 1 to work around npm publis…
Browse files Browse the repository at this point in the history
…h rate limits
  • Loading branch information
trxcllnt committed Mar 15, 2021
1 parent 612e56e commit 825bdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ npx conventional-github-releaser -p angular

read -p "Please enter your npm 2FA one-time password: " NPM_OTP </dev/tty

npx lerna exec --no-bail -- npm publish --otp=$NPM_OTP
npx lerna exec --concurrency 1 --no-bail -- npm publish --otp=$NPM_OTP

0 comments on commit 825bdd8

Please sign in to comment.