From e2d6b5f13f563f2707e76644579185d110dd406b Mon Sep 17 00:00:00 2001 From: pdarcas Date: Mon, 2 Nov 2020 15:34:16 +0100 Subject: [PATCH] cahce path2 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 998bb50..33e901b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ jobs: steps: - checkout # check out the code in the project directory - restore_cache: - key: yarn-V1-packages-{{ checksum "yarn.lock" }} + key: yarn-V2-packages-{{ checksum "yarn.lock" }} - run: yarn lint && yarn format:check - save_cache: key: yarn-V2-packages-{{ checksum "yarn.lock" }} @@ -30,7 +30,7 @@ jobs: steps: - checkout # check out the code in the project directory - restore_cache: - key: yarn-V1-packages-{ checksum "yarn.lock" }} + key: yarn-V3-packages-{ checksum "yarn.lock" }} - run: yarn test:ci - save_cache: key: yarn-V3-packages-{{ checksum "yarn.lock" }}