Files
JavaScript/.husky/pre-commit
2024-03-05 03:37:16 +05:30

6 lines
75 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run check-style
npm run test