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