From 97c640bb468b6e1484f1d50bdf6430f32594f8c6 Mon Sep 17 00:00:00 2001 From: Phred Date: Fri, 6 Aug 2021 14:51:30 -0500 Subject: [PATCH] added --silent to yarn test Signed-off-by: Phred --- .husky/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-push b/.husky/pre-push index f077c91..7b61bde 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -yarn test +yarn test --silent