Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit f2504f0

Browse files
committed
FF-419 add husky
1 parent 66f4539 commit f2504f0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/pre-push

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npm test -- --watchAll=false

0 commit comments

Comments
 (0)