MagicMirror/.husky/pre-commit

6 lines
73 B
Plaintext
Raw Normal View History

#!/bin/sh
2022-01-17 21:33:55 +01:00
if command -v npm &> /dev/null; then
npm run lint:staged
fi