From 0e0dc133138b22154e2749d6f395044214ede734 Mon Sep 17 00:00:00 2001 From: Neel Coffin Date: Mon, 2 Nov 2020 09:40:32 +0100 Subject: [PATCH] adding path to save cache --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 46d9029..67618c3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,8 +9,10 @@ jobs: - restore_cache: name: restore yarn package cache keys: - - npm-v1-dependencies-{{ checksum "yarn.lock" }} + - npm-v1-dependencies-{{ checksum "yarn.lock" }} - save_cache: name: sa ve yarn package cache keys: - - npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file + - npm-v1-dependencies-{{ checksum "yarn.lock" }} + paths: + - ~/.cache/yarn \ No newline at end of file