create-guilded-bot/.husky/pre-commit

5 lines
128 B
Text
Raw Normal View History

2022-11-22 12:14:38 +00:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
2022-11-22 13:47:05 +00:00
pnpm lint && pnpm format
git commit -m "chore: lint & prettier" --no-verify