5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npx --no -- commitlint --edit "${1}"
|