Skip to content

Commit a9ca45b

Browse files
committedJul 11, 2018
no cache fallback
1 parent 74ead28 commit a9ca45b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.circleci/config.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ jobs:
88
- restore_cache:
99
keys:
1010
- dependencies-{{ checksum "yarn.lock" }}
11-
# fallback to using the latest cache if no exact match is found
12-
- dependencies-
1311
- run:
1412
name: Install
15-
command: yarn install
13+
command: yarn install --pure-lockfile
1614
- save_cache:
1715
paths:
1816
- node_modules

0 commit comments

Comments
 (0)
Please sign in to comment.