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 07:08:19 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
MagicMirror
/
.husky
/
pre-commit
6 lines
69 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
Switch to 'npx' for lint-staged in pre-commit hook (#3658) This way we get rid of the script entry in the `package.json` and the whole thing becomes a little less complex.
2024-12-22 07:26:01 +01:00
if command -v npx &> /dev/null; then
npx lint-staged
husky changes
2022-01-17 21:33:55 +01:00
fi
Reference in New Issue
Copy Permalink