the-honk/.husky/pre-commit

6 lines
78 B
Text
Raw Normal View History

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