From bce7a00fdc7c74549581758e21d6812eb39a7b2f Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Thu, 5 Nov 2020 08:00:05 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e023c44..b023186 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,9 +6,4 @@ jobs: steps: - restore_cache: keys: - - npm-v1-dependencies-{{ checksum "yarn.lock" }} - - save_cache: - paths: - - ~/.cache/yarn - keys: - - npm-v1-dependencies-{{ checksum "yarn.lock" }} + - npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file