From 72fe39c35e8806594cd0b6946c46f9b093ce1e16 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 14 Nov 2018 12:14:17 +0100 Subject: [PATCH] circle-ci cache --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f5f897d01..3105fc8cc7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,10 +26,10 @@ jobs: - checkout - restore_cache: keys: - - dep-bundle-22-{{ checksum "package.json" }} + - dep-bundle-23-{{ checksum "package.json" }} - run: npm install - save_cache: - key: dep-bundle-22-{{ checksum "package.json" }} + key: dep-bundle-23-{{ checksum "package.json" }} paths: - ~/repo/node_modules - run: npm run lint && npm run test && npm run make-mock-compiler && npm run build