mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
husky changes
This commit is contained in:
parent
fcb0d33e29
commit
284b01c524
@ -1,4 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
|
||||||
|
|
||||||
|
[ -f "$(dirname "$0")/_/husky.sh" ] && . "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
|
if command -v npm &> /dev/null; then
|
||||||
npm run lint:staged
|
npm run lint:staged
|
||||||
|
fi
|
||||||
|
@ -25,6 +25,7 @@ _This release is scheduled to be released on 2022-04-01._
|
|||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- improved and speedup e2e tests, artificial wait after mm start removed.
|
- improved and speedup e2e tests, artificial wait after mm start removed.
|
||||||
|
- improved husky setup not blocking `git commit` if `husky` or `npm` is not installed.
|
||||||
|
|
||||||
## [2.18.0] - 2022-01-01
|
## [2.18.0] - 2022-01-01
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user