diff --git a/.husky/commit-msg b/.husky/commit-msg index df30191..180420a 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx --no -- commitlint --edit "\${1}" +./node_modules/.bin/commitlint --edit $1