reconfigured husky for the new version

This commit is contained in:
2022-06-27 18:21:31 +02:00
parent ce501ae58a
commit 3a72c2131d
3 changed files with 446 additions and 7 deletions

6
.husky/pre-commit Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run lint-staged
npm run test-ci
npm run e2e-ci