From 4e0a1a59e002a21ca7e525aa2b8c3e86249a45f9 Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Fri, 18 Nov 2022 19:56:50 +0100 Subject: [PATCH] . --- .husky/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-push b/.husky/pre-push index d7bfd54..879e935 100644 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -yarn run test +npm run test