Skip to content

Commit

Permalink
no cache fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkrolick committed Jul 11, 2018
1 parent 74ead28 commit a9ca45b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ jobs:
- restore_cache:
keys:
- dependencies-{{ checksum "yarn.lock" }}
# fallback to using the latest cache if no exact match is found
- dependencies-
- run:
name: Install
command: yarn install
command: yarn install --pure-lockfile
- save_cache:
paths:
- node_modules
Expand Down

0 comments on commit a9ca45b

Please sign in to comment.