Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 24dbe22

Browse files
committed
chore: fix git release command
1 parent 6fe039e commit 24dbe22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w",
2525
"prerelease": "npm test && npm run build",
2626
"release": "standard-version",
27-
"postrelease": "git --follow-tags push origin master && npm publish"
27+
"postrelease": "git push --follow-tags origin master && npm publish"
2828
},
2929
"author": {
3030
"name": "Markus Wolf",

0 commit comments

Comments
 (0)