From eaf8405692d02ecbe4260c07d54b78bca0017c52 Mon Sep 17 00:00:00 2001 From: Vitaly K Date: Tue, 7 Jun 2022 12:56:17 +0500 Subject: [PATCH] Add husky pre-push --- .husky/pre-push | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .husky/pre-push diff --git a/.husky/pre-push b/.husky/pre-push new file mode 100644 index 0000000..5f2360a --- /dev/null +++ b/.husky/pre-push @@ -0,0 +1,4 @@ +#!/bin/sh +. "$(dirname "$0")/_/husky.sh" + +yarn run test