From 77564c85c7450019fae4621c29507fe7df9ee156 Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Thu, 5 Nov 2020 12:04:34 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b90f0a..1006107 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,3 +7,8 @@ jobs: - restore_cache: keys: - npm-v1-dependencies-{{ checksum "yarn.lock" }} + - save_cache: + paths: + - ~/.cache/yarn + keys: + - npm-v1-dependencies-{{ checksum "yarn.lock" }}