Skip to content

Commit

Permalink
chore: change postrelease script to push to current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Jan 3, 2020
1 parent cfcc6f2 commit c76e7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test": "jest --env node --coverage",
"prerelease": "npm t && npm run lint",
"release": "standard-version",
"postrelease": "git push --follow-tags origin HEAD"
"postrelease": "git push --follow-tags origin HEAD && npm publish"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit c76e7bb

Please sign in to comment.