Skip to content

Commit

Permalink
chore(scripts): update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
5alidz committed Apr 2, 2021
1 parent ade04e0 commit 23899c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"release": "standard-version && git push origin master && npm publish",
"release:alpha": "yarn release -- --prerelease alpha && npm publish --tag alpha"
"release": "standard-version",
"release:alpha": "yarn release -- --prerelease alpha"
},
"peerDependencies": {},
"husky": {
Expand Down

0 comments on commit 23899c5

Please sign in to comment.