From 68ceef12bc61a2245e939b5f866b08d59ff40c33 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Sun, 17 Jan 2021 17:29:21 +0100 Subject: [PATCH] :green_heart: wrong deps cache --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cc7fe0d..935b372 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,8 +55,8 @@ jobs: - checkout - restore_cache: keys: - - yarn-packages-{{ checksum "yarn.lock" }}-{{ .Environment.CACHE_VERSION }} - - run: yarn run build + - dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }} + - run: npm run build - run: name: Copy build to workspace command: |