Add husky config files [ci skip]

This commit is contained in:
Bartek Fabiszewski 2021-08-31 21:04:23 +02:00
parent 85dbfe8604
commit 94b8967602
2 changed files with 8 additions and 0 deletions

4
.husky/pre-commit Executable file
View File

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

4
.husky/pre-push Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
node .githooks/build-status.js