Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed Jul 13, 2022
1 parent 372817f commit adf524c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"publish": false
},
"hooks": {
"after:bump": "yarn build && yarn publish"
"after:bump": "yarn build",
"after:release": "yarn publish"
},
"plugins": {
"@release-it/bumper": {
Expand Down

0 comments on commit adf524c

Please sign in to comment.