From 47c20ab2d2db9f05394e2c82cc9f9c0cd3cbd616 Mon Sep 17 00:00:00 2001 From: HenriBoulnois <72384047+HenriBoulnois@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:39:30 +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 700ade7..8007fe6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: - run: yarn install - save_cache: paths: - - node_module + - node_modules key: npm-v1-dependencies-{{ checksum "yarn.lock" }} yarnlint: docker: @@ -33,7 +33,7 @@ jobs: - run: yarn format:check - save_cache: paths: - - node_module + - node_modules key: npm-v1-dependencies-{{ checksum "yarn.lock" }} unittest: docker: