Skip to content

Commit a57bbf6

Browse files
authored
Remove dry-run flag from npm publish (#2434)
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.
1 parent 4aa9a9e commit a57bbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/postversion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo 'postversion tasks'
99
# npm publish will generate the pkg/sinon.js that we use below
1010
echo 'publish to npm'
1111
git push --follow-tags
12-
npm publish --dry-run
12+
npm publish
1313

1414
# Now update the releases branch and archive the new release
1515
git checkout $ARCHIVE_BRANCH

0 commit comments

Comments
 (0)