build: yarn should be included out of the box on circle ci

This commit is contained in:
Marcus Efraimsson 2018-06-26 15:18:26 +02:00
parent ef0bf9f701
commit bd805544c5
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A

View File

@ -91,9 +91,6 @@ jobs:
- image: circleci/node:8
steps:
- checkout
- run:
name: install yarn
command: 'sudo npm install -g yarn --quiet'
- restore_cache:
key: dependency-cache-{{ checksum "yarn.lock" }}
- run: