shrub/.husky/pre-commit
2021-07-02 10:40:57 +10:00

9 lines
102 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
command -v npx > /dev/null || {
exit 0
}
npx lint-staged