Invalidate CI cache based on yarn.lock instead of package.json
This commit is contained in:
parent
0643abe116
commit
bf2f1e0cdf
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ variables:
|
|||
cache:
|
||||
key:
|
||||
files:
|
||||
- package.json
|
||||
- yarn.lock
|
||||
paths:
|
||||
- node_modules
|
||||
|
||||
|
|
Loading…
Reference in a new issue