From bed9788e27e52b63e7ac84f6f450e3c649af18e2 Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Wed, 4 Nov 2020 17:24:46 +0100 Subject: [PATCH] installer config --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 138bd57..dff3f4c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,9 +8,9 @@ jobs: keys: - npm-v1-dependencies-{{ checksum "yarn.lock" }} - save_cache: - paths: - - ~/.cache/yarn - key: + paths: + - ~/.cache/yarn + keys: - npm-v1-dependencies-{{ checksum "yarn.lock" }}