husky changes

This commit is contained in:
Karsten Hassel 2022-01-17 21:33:55 +01:00
parent fcb0d33e29
commit 284b01c524
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,7 @@
#!/bin/sh #!/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

View File

@ -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