Files
bot-whatsapp/.husky/pre-commit
2022-11-29 22:04:46 +01:00

5 lines
113 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
yarn run format:check && yarn run format:write && git add .