clear circle ci cache

pull/3094/head
yann300 6 years ago
parent 5e8bde6c4f
commit c3ef2e6a77
  1. 4
      .circleci/config.yml

@ -26,10 +26,10 @@ jobs:
- checkout
- restore_cache:
keys:
- dep-bundle-25-{{ checksum "package.json" }}
- dep-bundle-26-{{ checksum "package.json" }}
- run: npm install
- save_cache:
key: dep-bundle-25-{{ checksum "package.json" }}
key: dep-bundle-26-{{ checksum "package.json" }}
paths:
- ~/repo/node_modules
- run: npm run lint && npm run test && npm run make-mock-compiler && npm run build

Loading…
Cancel
Save