MagicMirror/.husky/pre-commit
2022-01-17 21:39:21 +01:00

8 lines
144 B
Bash
Executable File

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