shrub/.husky/pre-commit

9 lines
102 B
Plaintext
Raw Normal View History

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
2021-06-21 23:56:37 +03:00
command -v npx > /dev/null || {
exit 0
}
npx lint-staged