no cache fallback

This commit is contained in:
Alex Krolick
2018-07-11 00:10:50 -07:00
parent 74ead28476
commit a9ca45b283

View File

@@ -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