From cd43863db638b0923f1b49b74f6808f05f252d38 Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 7 Feb 2018 07:24:20 +0000 Subject: [PATCH] chore: use pre-push --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1d40025..183f7a48 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "node": ">=6.0.0", "npm": ">=3.0.0" }, - "pre-commit": [ + "pre-push": [ "lint", "test" ],