Commit bd805544 by Marcus Efraimsson

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

parent ef0bf9f7
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment