sentences-crud/.husky/pre-commit
2021-07-24 01:37:17 +02:00

7 lines
76 B
Bash
Executable file

#!/bin/sh
[ -n "$CI" ] && exit 0
. "$(dirname "$0")/_/husky.sh"
npm test