Skip to content

Commit

Permalink
feat: refine release hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jul 6, 2021
1 parent 7ada31a commit 57daa2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
"webpack-cli": "^4.7.2"
},
"release-it": {
"hooks": {
"before:bump": ["yarn test"],
"after:bump": ["yarn build"]
},
"github": {
"release": true
}
Expand Down

0 comments on commit 57daa2b

Please sign in to comment.