5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
|
||
|
|
./node_modules/.bin/commithelper check --file $1 --fix
|