From 129bb2afeec011ffd1d41bbecd29caabc868c8b8 Mon Sep 17 00:00:00 2001 From: pdarcas Date: Mon, 2 Nov 2020 15:41:50 +0100 Subject: [PATCH] cachepath5 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 847f3e2..f922e4a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ jobs: steps: - checkout # check out the code in the project directory - restore_cache: - key: yarn-V3-packages-{ checksum "yarn.lock" }} + key: yarn-V3-packages-{{ checksum "yarn.lock" }} - run: yarn test:ci - save_cache: key: yarn-V3-packages-{{ checksum "yarn.lock" }}