MagicMirror/.husky/pre-commit

8 lines
144 B
Plaintext
Raw Normal View History

#!/bin/sh
2022-01-17 21:33:55 +01:00
[ -f "$(dirname "$0")/_/husky.sh" ] && . "$(dirname "$0")/_/husky.sh"
if command -v npm &> /dev/null; then
npm run lint:staged
fi