Skip to content

Commit 2ec0f91

Browse files
committed
[INTERNAL] package.json: Move postversion git push to prepublishOnly
1 parent 2e36806 commit 2ec0f91

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
@@ -52,7 +52,7 @@
5252
"jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
5353
"preversion": "npm test",
5454
"version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v3.0.0.. && git add CHANGELOG.md",
55-
"postversion": "git push --follow-tags",
55+
"prepublishOnly": "git push --follow-tags",
5656
"release-note": "git-chglog --sort semver -c .chglog/release-config.yml v$npm_package_version",
5757
"depcheck": "depcheck --ignores @ui5/project,docdash,@istanbuljs/esm-loader-hook"
5858
},

0 commit comments

Comments
 (0)