From 442a4cb4e2a15278972029aef3d9a08760746897 Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:52:29 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 56cc66b..6ed43fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,5 +15,5 @@ jobs: steps: - checkout # check out the code in the project directory - run: yarn install - - save_cache: + - restore_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file