Skip to content

Commit 5c954f4

Browse files
committed
chore: add publish script to yarn release
1 parent 6d1935a commit 5c954f4

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
@@ -18,7 +18,7 @@
1818
"prepare": "tsdx build",
1919
"size": "size-limit",
2020
"analyze": "size-limit --why",
21-
"release": "standard-version",
21+
"release": "standard-version && git push --follow-tags origin master && npm publish",
2222
"release:alpha": "yarn release -- --prerelease alpha"
2323
},
2424
"peerDependencies": {},

0 commit comments

Comments
 (0)