vortex/.husky/pre-commit
2024-03-15 16:33:35 +08:00

7 lines
105 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
#npm run test
npm run format:fix
npm run check:code