Skip to content

Commit

Permalink
chore: Improve release method
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCCC committed Aug 12, 2021
1 parent 42c865b commit e6bcc5f
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 @@ -26,7 +26,7 @@
"build": "tsdx build --format cjs,esm,umd",
"test": "tsdx test",
"lint": "tsdx lint",
"release": "npm version patch && git push --tags && npm publish",
"release": "npm version patch && git push --tags",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
Expand Down

0 comments on commit e6bcc5f

Please sign in to comment.