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