Skip to content

Commit

Permalink
build: fix release-it hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
muuvmuuv committed Jan 21, 2025
1 parent 1bd6d23 commit 3681596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"default": "https://github.com/release-it/release-it/blob/master/conf/release-it.json",
"hooks": {
"before:init": "npm run lint && npm run package"
"before:init": "npm run check && npm run package"
},
"git": {
"requireCleanWorkingDir": false,
Expand Down

0 comments on commit 3681596

Please sign in to comment.