mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-04 22:58:03 +00:00
This way we get rid of the script entry in the `package.json` and the whole thing becomes a little less complex.
6 lines
69 B
Bash
Executable File
6 lines
69 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if command -v npx &> /dev/null; then
|
|
npx lint-staged
|
|
fi
|