diff --git a/.husky/commit-msg b/.husky/commit-msg index 80416c7b1..b56767669 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npx --no-install commitlint --edit "$1" +npx --no -- commitlint --edit "$1"