chore: add prepush test hook
This commit is contained in:
parent
5f15530f33
commit
13c5b44e85
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||||||
|
|
||||||
|
yarn test
|
||||||
Loading…
Reference in New Issue