Skip to content

Commit c76e7bb

Browse files
committed
chore: change postrelease script to push to current branch
1 parent cfcc6f2 commit c76e7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"test": "jest --env node --coverage",
2929
"prerelease": "npm t && npm run lint",
3030
"release": "standard-version",
31-
"postrelease": "git push --follow-tags origin HEAD"
31+
"postrelease": "git push --follow-tags origin HEAD && npm publish"
3232
},
3333
"husky": {
3434
"hooks": {

0 commit comments

Comments
 (0)