From 3c1b1676de004fc28f6a88fbc16875f7bd00027c Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Mon, 2 Nov 2020 21:46:05 +0100 Subject: [PATCH] key --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ee0c99d..05d45c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,11 +6,12 @@ jobs: steps: - checkout # check out the code in the project directory - save_cache: - keys: + key: - npm-v1-dependencies-{{ checksum "yarn.lock" }} paths: ./node_modules/ - restore_cache: - keys: npm-v1-dependencies-{{ checksum "yarn.lock" }} + keys: + - npm-v1-dependencies-{{ checksum "yarn.lock" }} - run: yarn global add node-gyp && yarn install lint: