diff --git a/.circleci/config.yml b/.circleci/config.yml index 25c5e7a28066..dc7a22fcf337 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -88,6 +88,10 @@ jobs: steps: - git-shallow-clone/checkout_advanced: clone_options: '--depth 1 --verbose' + - restore_cache: + name: Restore Yarn cache + keys: + - build-yarn-2-cache-v4--{{ checksum "code/yarn.lock" }}--{{ checksum "scripts/yarn.lock" }} - run: name: Prettier command: |