mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
no cache fallback
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user