Skip to content

Commit

Permalink
yarn docs recommend installing via homebrew, enable yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Nov 21, 2017
1 parent 679075f commit 4c5fff8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ dependencies:
- ".eslintcache"
- "node_modules"
- "~/.electron"
- "~/Library/Caches/Yarn/v1"

pre:
- brew update
- brew upgrade node@8
- npm install -g yarn@1.3.2
- brew install yarn

override:
- yarn install --force
Expand Down

0 comments on commit 4c5fff8

Please sign in to comment.