From 6e44cfc4f5298fd1cdbc1a999236e14e349efcde Mon Sep 17 00:00:00 2001 From: Anatole De Chauveron <54862351+Anatole-DC@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:07:51 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2641444..7887506 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,6 +31,10 @@ jobs: username: adechauveron password: $DOCKER_PASSWORD steps: + - restore_cache: + keys: + - npm-v1-dependencies-{{ checksum "yarn.lock" }} + - npm-v1-dependencies- - run: name: "lint step" command: yarn lint | yarn format:check