Skip to content

Commit

Permalink
invalidate cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fearphage committed Dec 19, 2017
1 parent d078af9 commit 6315621
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -12,8 +12,8 @@ jobs:
- checkout
- restore_cache:
keys:
- v1-npm-{{ .Branch }}-{{ checksum "package.json" }}
- v1-npm-master-{{ checksum "package.json" }}
- v2-npm-{{ .Branch }}-{{ checksum "package.json" }}
- v2-npm-master-{{ checksum "package.json" }}
- run:
name: Install dependencies
command: |
Expand All @@ -40,7 +40,7 @@ jobs:
name: Test
command: npm run test-node
- save_cache:
key: v1-npm-{{ .Branch }}-{{ checksum "package.json" }}
key: v2-npm-{{ .Branch }}-{{ checksum "package.json" }}
paths:
- node_modules

Expand Down

0 comments on commit 6315621

Please sign in to comment.