From ae7b6734fb4adb2499484a5c9ab88039b1d7606a Mon Sep 17 00:00:00 2001 From: Colm Harte Date: Tue, 27 Apr 2021 11:26:17 +0100 Subject: [PATCH] Adding husy pre push --- .husky/pre-push | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .husky/pre-push diff --git a/.husky/pre-push b/.husky/pre-push new file mode 100755 index 0000000..f077c91 --- /dev/null +++ b/.husky/pre-push @@ -0,0 +1,4 @@ +#!/bin/sh +. "$(dirname "$0")/_/husky.sh" + +yarn test