From bce55c6f8d5c2e5b5914af80e817037cc88d28a3 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Sat, 17 Dec 2022 12:25:22 -0500 Subject: [PATCH] Restore cache before linting docs --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index eee50b4457cf..0dffbec3a009 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: |