mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Merge pull request #2788 from khassel/husky
This commit is contained in:
commit
d181365620
@ -1,4 +1,7 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npm run lint:staged
|
||||
[ -f "$(dirname "$0")/_/husky.sh" ] && . "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
if command -v npm &> /dev/null; then
|
||||
npm run lint:staged
|
||||
fi
|
||||
|
@ -26,6 +26,7 @@ _This release is scheduled to be released on 2022-04-01._
|
||||
### Fixed
|
||||
|
||||
- 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user