mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 20:17:46 +02:00
ci(git-hooks): add verbose param to commitlint command
This commit is contained in:
parent
a66805d440
commit
57f4c9db81
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npx --no-install commitlint --edit "$1"
|
||||
npx --no-install commitlint --verbose --edit "$1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue