app-store/.husky/pre-commit

6 lines
79 B
Plaintext
Raw Normal View History

2022-07-28 17:46:12 +00:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run test
2022-08-24 09:26:38 +00:00
npm run lint