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