From 990b21731c7e5eb2cda8e59cd21e91ad661ae006 Mon Sep 17 00:00:00 2001 From: HenriBoulnois <72384047+HenriBoulnois@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:31:07 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2382d5a..89f9a2f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,8 +9,8 @@ jobs: keys: - npm-v1-dependencies-{{ checksum "yarn.lock" }} - npm-v1-dependencies - - run: yarn install --path "install" + - run: yarn install - save_cache: paths: - - "install" + - "node_module" key: npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file