Skip to content

Commit

Permalink
Add release hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Jun 2, 2021
1 parent 1298406 commit a995359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
},
"hooks": {
"after:bump": "npx auto-changelog -p"
"before:init": ["yarn lint", "yarn test"],
"after:bump": ["npx auto-changelog -p", "yarn build"]
},
"github": {
"release": true
Expand Down

0 comments on commit a995359

Please sign in to comment.