update husky config to v5

This commit is contained in:
Labhansh Agrawal 2021-02-16 11:39:23 +05:30 committed by Benjamin Staneck
parent 4934b8ed80
commit 2627b553b1
4 changed files with 6 additions and 7 deletions

1
.husky/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
_

4
.husky/pre-push Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn test