From 6b9922ad1d1d5c65ddc66208a59c553f9d096307 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 8 Sep 2016 11:49:44 -0700 Subject: [PATCH] Try adding npm i to circle.yml --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index 15c9a17e9..453f2217e 100644 --- a/circle.yml +++ b/circle.yml @@ -3,6 +3,7 @@ machine: version: 6.0.0 dependencies: pre: + - "npm i" - "npm i -g testem" - "npm i -g mocha" override: