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