From e9f19e10973ed3ef5c02836adc9a2fbcccb3dbc3 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 17 Feb 2016 05:22:53 +0000 Subject: [PATCH] remove npm3 kcheck hack --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 884c9f7940..4acd61f0ec 100644 --- a/Makefile +++ b/Makefile @@ -41,9 +41,6 @@ test-cov: clean ./scripts/test-cov.sh test-ci: - rm -rf node_modules - npm install -g npm@3 - npm install make lint NODE_ENV=test make bootstrap ./scripts/test-cov.sh