4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
|
|
#!/usr/bin/env sh
|
||
|
|
. "$(dirname "$0")/husky.sh"
|
||
|
|
|
||
|
|
npm run lint-staged
|