From 47981b8f3c6c85b336387be42d27e35198a3fff3 Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Thu, 5 Nov 2020 12:50:02 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cdadee7..095ca3e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,6 +11,6 @@ jobs: - run: yarn global add node-gyp && yarn install - save_cache: paths: - - ./cache + - ~./cache/yarn key: - - npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file + - npm-v1-dependencies-{{ checksum "yarn.lock" }}