From b76bb16705f440f915a6206aabe765def1f448f0 Mon Sep 17 00:00:00 2001 From: Aaron Paz Date: Sat, 27 Jun 2020 09:01:39 -0700 Subject: [PATCH] remove install yarn step in cicle ci build. Fairly certain the default circleci/node images should include yarn by default --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3c654c1af..9cb933c09 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,9 +11,6 @@ jobs: - v1-dependencies-{{ checksum "package.json" }} # fallback to using the latest cache if no exact match is found - v1-dependencies- - - run: - name: install-yarn - command: sudo npm install --global yarn@1.9.4 - run: name: yarn command: yarn --frozen-lockfile install || yarn --frozen-lockfile install