From e299cd208944eb852a8ab85bd26121c0ef18dd16 Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Wed, 4 Nov 2020 16:23:21 +0100 Subject: [PATCH] configurer installation --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1009c00..e9bce77 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: - restore_cache: keys: - npm-v1-dependencies-{{ checksum "yarn.lock" }} - -save_cache: + - save_cache: paths: - ~/.cache/npm key: npm-v1-dependencies-{{ checksum "yarn.lock" }}