Skip to content

Commit 0792f18

Browse files
committed
chore: fix release script
1 parent a506da9 commit 0792f18

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
@@ -35,7 +35,7 @@
3535
"prepublish": "yarn test",
3636
"postpublish": "yarn release-gh",
3737
"version": "yarn changelog && git add CHANGELOG.md",
38-
"release": "yarn version && yarn publish",
38+
"release": "yarn publish",
3939
"release-gh": "conventional-github-releaser -p angular"
4040
},
4141
"bugs": {

0 commit comments

Comments
 (0)