From c1170cd758b21f9ea4e08678c7ee5cf5a5c99d39 Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Thu, 5 Nov 2020 09:22:49 +0100 Subject: [PATCH] Installer conf --- .circleci/config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a75b11e..f98740a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,8 +7,3 @@ jobs: - restore_cache: keys: - npm-v1-dependencies-{{ checksum "yarn.lock" }} - - save_cache: - paths: - - ~/.cache/yarn - keys: - - npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file