Invalidate CI cache based on yarn.lock instead of package.json
This commit is contained in:
@ -6,7 +6,7 @@ variables:
|
||||
cache:
|
||||
key:
|
||||
files:
|
||||
- package.json
|
||||
- yarn.lock
|
||||
paths:
|
||||
- node_modules
|
||||
|
||||
|
||||
Reference in New Issue
Block a user