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