6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
|
|
#!/usr/bin/env sh
|
||
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
|
||
|
|
# Run tests and type checking before pushing
|
||
|
|
npm test && npm run typecheck
|