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

This commit is contained in:
Alex Gleason 2020-04-17 13:18:33 -05:00
parent 0643abe116
commit bf2f1e0cdf
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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