the-honk/.husky/pre-commit

6 lines
78 B
Text
Raw Normal View History

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx pretty-quick --staged
2024-10-09 17:02:46 +00:00
git add .