From 238cffa9cd3f245e05cc00bf400331e7b27b002f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anthony=20Qu=C3=A9r=C3=A9?= <47711333+Anthony-Jhoiro@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:29:01 +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 a81071f..a7164d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ jobs: steps: - restore_cache: keys: - - npm-v1-lint-{{ checksum "yarn.lock" }} + - npm-v1-lint-{{ checksum "src" }} - run: name: Check files format command: yarn format:check @@ -41,7 +41,7 @@ jobs: - save_cache: name: Save linted files - key: npm-v1-lint-{{ checksum "yarn.lock" }} + key: npm-v1-lint-{{ checksum "src" }} paths: - src test-ci: