Skip to content

Commit

Permalink
[INTERNAL] package.json: Move postversion git push to prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
flovogt committed Jan 19, 2024
1 parent 9863472 commit a47324a
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 @@ -38,7 +38,7 @@
"jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
"preversion": "npm test",
"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
"postversion": "git push --follow-tags",
"prepublishOnly": "git push --follow-tags",
"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version",
"depcheck": "depcheck --ignores docdash"
},
Expand Down

0 comments on commit a47324a

Please sign in to comment.