Skip to content

Commit

Permalink
Remove dry-run flag from npm publish (#2434)
Browse files Browse the repository at this point in the history
This was left in place from the releases switchover, it was intended to
be removed before merging but I failed to communicate that adequately,
so it slipped in.

That commit also removed the post-build script, but that has since been
added back in already.
  • Loading branch information
cincodenada authored Jan 28, 2022
1 parent 4aa9a9e commit a57bbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/postversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo 'postversion tasks'
# npm publish will generate the pkg/sinon.js that we use below
echo 'publish to npm'
git push --follow-tags
npm publish --dry-run
npm publish

# Now update the releases branch and archive the new release
git checkout $ARCHIVE_BRANCH
Expand Down

0 comments on commit a57bbf6

Please sign in to comment.