Skip to content

Commit

Permalink
chore: fix release process (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSedzik authored Jul 20, 2023
1 parent 4f13803 commit f6639ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"hooks": {
"before:init": [
"git pull",
"npm run lint"
"npm run lint",
"npm run build"
],
"after:bump": "npx auto-changelog -p"
}
Expand Down

0 comments on commit f6639ea

Please sign in to comment.