Skip to content

Commit

Permalink
clear cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Aug 22, 2018
1 parent b9b2e6a commit 2ce940c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- checkout
- restore_cache:
keys:
- dep-bundle-19-{{ checksum "package.json" }}
- dep-bundle-20-{{ checksum "package.json" }}
- run: npm install
- save_cache:
key: dep-bundle-19-{{ checksum "package.json" }}
key: dep-bundle-20-{{ checksum "package.json" }}
paths:
- ~/repo/node_modules
- run: npm run lint && npm run test && npm run make-mock-compiler && npm run build
Expand All @@ -46,10 +46,10 @@ jobs:
- checkout
- restore_cache:
keys:
- dep-bundle-14-{{ checksum "package.json" }}
- dep-bundle-15-{{ checksum "package.json" }}
- run: npm install
- save_cache:
key: dep-bundle-14-{{ checksum "package.json" }}
key: dep-bundle-15-{{ checksum "package.json" }}
paths:
- ~/repo/node_modules
- run: npm run build_debugger
Expand Down

0 comments on commit 2ce940c

Please sign in to comment.