diff --git a/.circleci/config.yml b/.circleci/config.yml index 23fc65e4495..64a9905fa4e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -628,8 +628,6 @@ jobs: - image: circleci/node:10 steps: - checkout - - restore_cache: - key: dependency-cache-{{ checksum "yarn.lock" }} - run: name: yarn install command: 'yarn install --pure-lockfile --no-progress'