mirror of https://github.com/acid-info/lsd.git
5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
||
|
npx --no -- commitlint --edit ${1}
|