mirror of
https://github.com/grafana/grafana.git
synced 2025-01-02 12:17:01 -06:00
build: yarn should be included out of the box on circle ci
This commit is contained in:
parent
ef0bf9f701
commit
bd805544c5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user