package-ecosystems/.husky/pre-commit

5 lines
73 B
Plaintext
Raw Normal View History

2022-05-15 01:03:36 +00:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run format && git add -A .