6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
||
|
# Run the commit-msg hook
|
||
|
npx --no-install commitlint --edit
|