From bac90e4a18a59d01074b5b11c1545ca249463ed7 Mon Sep 17 00:00:00 2001 From: Brent Lintner Date: Fri, 26 May 2017 16:31:36 -0400 Subject: [PATCH] Let's go back to npm to see if it fixes the log gauge issue. See: https://github.com/yarnpkg/yarn/issues/3202 npm v5 is in next, so might as well go back vs trying to fix it. --- circle.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/circle.yml b/circle.yml index 36a2d28..a3147b3 100644 --- a/circle.yml +++ b/circle.yml @@ -8,13 +8,6 @@ checkout: - git checkout -f $CIRCLE_BRANCH dependencies: - cache_directories: - - ~/.yarn-cache - - override: - - npm i -g yarn - - yarn install --no-progress - post: - npm run compile - npm run compile-dev