From 417d93867743fec90274f784b75ffae3b3673538 Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Fri, 18 Nov 2022 18:37:25 +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 91c16cf..610c2a5 100644 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -yarn run lint:check && yarn run lint:fix +npm test