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