Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
bust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Dec 4, 2019
1 parent 52b8437 commit 0782372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ references:
restore_node_modules: &restore_node_modules
restore_cache:
keys:
- cache-v2-{{ .Branch }}-{{ checksum "./package.json" }}
- cache-v3-{{ .Branch }}-{{ checksum "./package.json" }}

cache_node_modules: &cache_node_modules
save_cache:
key: cache-v2-{{ .Branch }}-{{ checksum "./package.json" }}
key: cache-v3-{{ .Branch }}-{{ checksum "./package.json" }}
paths:
- ./node_modules/

Expand Down

0 comments on commit 0782372

Please sign in to comment.