6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
|
|
#!/usr/bin/env sh
|
||
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
|
||
|
|
# Run lint-staged to check files that are about to be committed
|
||
|
|
npm run pre-commit
|