Skip to content

Commit

Permalink
ci: add build before bump
Browse files Browse the repository at this point in the history
  • Loading branch information
LuudJanssen committed Mar 4, 2024
1 parent 45198f5 commit 9a24c3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
}
},
"hooks": {
"before:init": "pnpm lint && pnpm test run",
"after:bump": "pnpm clean && pnpm build",
"after:@release-it/conventional-changelog:beforeRelease": "pnpm prettier --write CHANGELOG.md"
}
}

0 comments on commit 9a24c3b

Please sign in to comment.