ci(git-hooks): add verbose param to commitlint command

This commit is contained in:
Yassine Doghri 2021-05-24 16:52:13 +00:00
parent a66805d440
commit 57f4c9db81
No known key found for this signature in database
GPG Key ID: 3E7F89498B960C9F
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no-install commitlint --edit "$1"
npx --no-install commitlint --verbose --edit "$1"