TravBot-v3/.husky/pre-commit

7 lines
75 B
Bash
Executable File

#!/bin/sh
. "$(dirname $0)/_/husky.sh"
npm test
npm run format
git add -A