armcord/.husky/pre-commit

6 lines
66 B
Plaintext
Raw Normal View History

2022-03-04 17:53:18 +00:00
#!/bin/sh
. "$(dirname $0)/_/husky.sh"
npm run format
git add -A