forked from iod/cpnode-front
5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npx --no -- commitlint --edit $1
|