mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 18:31:05 +00:00
ci(git-hooks): add verbose param to commitlint command
This commit is contained in:
parent
a66805d440
commit
57f4c9db81
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
npx --no-install commitlint --edit "$1"
|
npx --no-install commitlint --verbose --edit "$1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user