6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
|
|
#!/usr/bin/env sh
|
||
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
|
||
|
|
npm test
|
||
|
|
npx lint-staged
|