From 245fd8907b35a807b91510ce75739bfb917497bc Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 31 Dec 2018 14:00:14 +0100 Subject: [PATCH] fix circle ci --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 58c75f6152..86f11e66e2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,10 +26,10 @@ jobs: - checkout - restore_cache: keys: - - dep-bundle-24-{{ checksum "package.json" }} + - dep-bundle-25-{{ checksum "package.json" }} - run: npm install - save_cache: - key: dep-bundle-24-{{ checksum "package.json" }} + key: dep-bundle-25-{{ checksum "package.json" }} paths: - ~/repo/node_modules - run: npm run lint && npm run test && npm run make-mock-compiler && npm run build