From 0914a001cff66f4b55918073e270a131074f31cb Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Wed, 4 Nov 2020 16:14:39 +0100 Subject: [PATCH] Configurer installation --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 817bbe2..e488823 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,4 +8,8 @@ jobs: - restore_cache: keys: - npm-v1-dependencies-{{ checksum "yarn.lock" }} + -save_cache: + paths: + - ~/.cache/yarn + key: npm-v1-dependencies-{{ checksum "yarn.lock" }}