Skip to content

Commit 094a8af

Browse files
committed
chore: change postrelease script to push to current branch
1 parent 2c4b0d7 commit 094a8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test": "jest --env node --coverage --runInBand",
2727
"prerelease": "npm t && npm run lint",
2828
"release": "standard-version",
29-
"postrelease": "git push --follow-tags origin HEAD"
29+
"postrelease": "git push --follow-tags origin HEAD && npm publish"
3030
},
3131
"husky": {
3232
"hooks": {

0 commit comments

Comments
 (0)