From c69fe9536f142dbde6f5308619b2f932d22588b0 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 15 Jul 2018 09:28:34 +0200 Subject: [PATCH] chore: rm pre-push --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index b7affb85..d559e2e9 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,6 @@ "test:node": "cross-env IPFS_REUSEPORT=false aegir test -t node -f test/node.js", "test:browser": "cross-env IPFS_REUSEPORT=false aegir test -t browser --no-cors -f test/browser.js" }, - "pre-push": [ - "lint" - ], "repository": { "type": "git", "url": "git+https://github.com/ipfs/interop.git"