6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
||
|
# Run the pre-commit hook
|
||
|
npx --no-install -- lint-staged
|