coracle/.husky/pre-commit

6 lines
80 B
Plaintext
Raw Normal View History

2023-02-04 20:14:21 +00:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run lint
npm run check