Files
MagicMirror/.husky/pre-commit
T
2023-09-30 20:18:17 +02:00

8 lines
144 B
Bash

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