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