From 729f7e9bde1ef3c6cc532cd8ea04146f601a3a7e Mon Sep 17 00:00:00 2001 From: Julien Dudek Date: Mon, 2 Nov 2020 10:16:21 +0100 Subject: [PATCH] fix: deplacement --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 69e4db4..f3a9e72 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,9 +5,9 @@ jobs: - image: cimg/node:14.10.1 # the primary container, where your job's commands are run steps: - checkout # check out the code in the project directory - - run: yarn global add node-gyp && yarn install - restore_cache: key: yarn-packages-{{ checksum "yarn.lock" }} + - run: yarn global add node-gyp && yarn install - save_cache: key: yarn-packages-{{ checksum "yarn.lock" }} paths: