From 008cb357579db4a3a0de51599fe111ed9315e6cf Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Wed, 4 Nov 2020 17:12:11 +0100 Subject: [PATCH] Installer config --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3b73e15..138bd57 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,12 @@ jobs: - image: cimg/node:14.10.1 # the primary container, where your job's commands are run steps: - restore_cache: - keys: + keys: + - npm-v1-dependencies-{{ checksum "yarn.lock" }} + - save_cache: + paths: + - ~/.cache/yarn + key: - npm-v1-dependencies-{{ checksum "yarn.lock" }}