Skip to content

Commit

Permalink
Let's go back to npm to see if it fixes the log gauge issue.
Browse files Browse the repository at this point in the history
See: yarnpkg/yarn#3202

npm v5 is in next, so might as well go back vs trying to fix it.
  • Loading branch information
brentlintner committed May 26, 2017
1 parent 9247698 commit bac90e4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bac90e4

Please sign in to comment.