From 685bdc375fd04a6d64c7d6a04e3a81b3c9b44641 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:53:49 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0778f7b..6053f15 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,6 +9,4 @@ jobs: steps: - checkout # check out the code in the project directory - run: yarn install - - restore_cache: - keys: - - m2-npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file + \ No newline at end of file