the-honk/.husky/pre-commit

7 lines
112 B
Text
Raw Normal View History

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx pretty-quick --staged
2022-05-08 02:13:33 +00:00
node .husky/scripts/cleanMaths.js
2022-05-08 12:08:11 +00:00
git add .