Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit ce97da3

Browse files
committed
hook(pre-push): added pre-push hook
1 parent e0d8e75 commit ce97da3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.husky/pre-push

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname $0)/_/husky.sh"
3+
4+
npm test

0 commit comments

Comments
 (0)