From 91c4a444dca0ab7cb97595d7ae85d441f4248cb8 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Mon, 2 Nov 2020 09:43:41 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1a795ac..a41a6a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,11 +6,13 @@ jobs: steps: - checkout # check out the code in the project directory - run: yarn global add node-gyp && yarn install - - save_cache: - keys: - - npm-v1-dependencies-{{ checksum "yarn.lock" } - restore_cache: keys: - npm-v1-dependencies-{{ checksum "yarn.lock" } + - save_cache: + keys: + - npm-v1-dependencies-{{ checksum "yarn.lock" } + paths: + - tmp/cache \ No newline at end of file