5 lines
88 B
Text
5 lines
88 B
Text
|
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
||
|
npx --no -- commitlint --edit "$1"
|