Skip to content

Commit

Permalink
chore: add publish script to yarn release
Browse files Browse the repository at this point in the history
  • Loading branch information
5alidz committed Aug 28, 2021
1 parent 6d1935a commit 5c954f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"release": "standard-version",
"release": "standard-version && git push --follow-tags origin master && npm publish",
"release:alpha": "yarn release -- --prerelease alpha"
},
"peerDependencies": {},
Expand Down

0 comments on commit 5c954f4

Please sign in to comment.