From c17c41fa023ba1a31e4281d41009fbb0e79bd4f4 Mon Sep 17 00:00:00 2001 From: Zelleg Date: Mon, 11 Oct 2021 10:24:00 +0200 Subject: [PATCH] update config.yml --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 95c44af..34e91cc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,5 +9,9 @@ jobs: steps: - checkout # check out the code in the project directory - run: yarn install - - restore_cache: + - save_cache: + key: npm-v1-dependencies-{{ checksum "yarn.lock" }} + paths: + - ~/.stack + - restore_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }}