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

View File

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