Skip to content

Commit

Permalink
chore: update husky script to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
zavoloklom committed Dec 6, 2024
1 parent 721f561 commit add2205
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"test:coverage": "rimraf coverage && mkdir -p coverage && c8 ava --tap | tap-xunit --package='dclint' > ./coverage/junit.xml",
"tsc": "tsc",
"update-compose-schema": "node ./scripts/download-compose-schema.cjs",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"ajv": "^8.17.1",
Expand Down

0 comments on commit add2205

Please sign in to comment.