diff --git a/Makefile b/Makefile index 4acd61f0ec..8f3657dd91 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ test-cov: clean ./scripts/test-cov.sh test-ci: + npm install -g npm@3 make lint NODE_ENV=test make bootstrap ./scripts/test-cov.sh