clear cache

pull/1/head
yann300 7 years ago
parent 5a00e0bda8
commit 14fa7f117f
  1. 4
      .circleci/config.yml

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

Loading…
Cancel
Save