aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.husky/pre-push4
1 files changed, 4 insertions, 0 deletions
diff --git a/.husky/pre-push b/.husky/pre-push
new file mode 100755
index 0000000..3765211
--- /dev/null
+++ b/.husky/pre-push
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+. "$(dirname -- "$0")/_/husky.sh"
+
+yarn run test:unit:ci