From 1e8cacd7c7fb00097bb410ac00f30992c2793db8 Mon Sep 17 00:00:00 2001 From: Phred Date: Fri, 6 Aug 2021 12:49:20 -0500 Subject: [PATCH] switched from npm to yarn 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 449fcde..f077c91 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npm test +yarn test