From 8d9540e2b4d0865cf2a6a6e93d59aa5bb445f271 Mon Sep 17 00:00:00 2001 From: khelia <58723166+khelia148@users.noreply.github.com> Date: Sun, 28 Mar 2021 18:33:20 +0200 Subject: [PATCH] update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8497baa..a3bcdda 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -87,8 +87,8 @@ jobs: - checkout - attach_workspace: at: ./ - - <<: *restore_cache - - <<: *install_node_modules + - restore_cache: + key: yarn-packages-v2{{ checksum "yarn.lock" }} - run: name: Install netlify-cli command: sudo npm install -g --silent netlify-cli