shellphone.app/.husky/pre-push

7 lines
77 B
Plaintext
Raw Normal View History

2021-07-31 14:33:18 +00:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx tsc
npm run lint
#npm run test