4 lines
84 B
Plaintext
4 lines
84 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npx --no-install commitlint -e $GIT_PARAMS
|