Skip to content

Commit df100ed

Browse files
committed
[INTERNAL] package.json: Move postversion git push to prepublishOnly
1 parent d679dc0 commit df100ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
3939
"preversion": "npm test",
4040
"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
41-
"postversion": "git push --follow-tags",
41+
"prepublishOnly": "git push --follow-tags",
4242
"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version",
4343
"depcheck": "depcheck --ignores docdash,compression,cors"
4444
},

0 commit comments

Comments
 (0)