Invalidate CI cache based on yarn.lock instead of package.json

merge-requests/1/head
Alex Gleason 4 years ago
parent 0643abe116
commit bf2f1e0cdf
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -6,7 +6,7 @@ variables:
cache: cache:
key: key:
files: files:
- package.json - yarn.lock
paths: paths:
- node_modules - node_modules

Loading…
Cancel
Save