clear cache

pull/1/head
yann300 7 years ago
parent 6b1050fe90
commit ecf5cb4def
  1. 4
      .circleci/config.yml

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

Loading…
Cancel
Save