This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
MagicMirror
Watch
1
Star
0
Fork
0
You've already forked MagicMirror
mirror of
https://github.com/MichMich/MagicMirror.git
synced
2025-07-05 23:27:40 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
MagicMirror
/
.husky
/
pre-commit
6 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
update dependencies and migrate husky to v6
2021-05-18 20:36:56 +02:00
#!/bin/sh
husky changes
2022-01-17 21:33:55 +01:00
if command -v npm &> /dev/null; then
npm run lint:staged
fi
Reference in New Issue
Copy Permalink