mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: yarn should be included out of the box on circle ci
This commit is contained in:
@@ -91,9 +91,6 @@ jobs:
|
|||||||
- image: circleci/node:8
|
- image: circleci/node:8
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
|
||||||
name: install yarn
|
|
||||||
command: 'sudo npm install -g yarn --quiet'
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: dependency-cache-{{ checksum "yarn.lock" }}
|
key: dependency-cache-{{ checksum "yarn.lock" }}
|
||||||
- run:
|
- run:
|
||||||
|
|||||||
Reference in New Issue
Block a user