Skip to content

Commit

Permalink
build: format on release
Browse files Browse the repository at this point in the history
  • Loading branch information
muuvmuuv committed Jan 21, 2025
1 parent 3681596 commit 32a7625
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
@@ -1,7 +1,8 @@
{
"default": "https://github.com/release-it/release-it/blob/master/conf/release-it.json",
"hooks": {
"before:init": "npm run check && npm run package"
"before:init": "npm run check && npm run package",
"before:git:beforeRelease": "npm run format"
},
"git": {
"requireCleanWorkingDir": false,
Expand Down

0 comments on commit 32a7625

Please sign in to comment.