From 16c253e7bc0f4b8248fd9d03f3eacf97d64595f9 Mon Sep 17 00:00:00 2001 From: sualko Date: Wed, 10 Jun 2020 13:58:33 +0200 Subject: [PATCH] chore: run tests before push --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f701775..d0960b2 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "husky": { "hooks": { "pre-commit": "yarn lint", + "pre-push": "yarn test", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } },