coracle/.husky/pre-commit

6 lines
68 B
Plaintext
Raw Normal View History

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