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: cache:
key: key:
files: files:
- package.json - yarn.lock
paths: paths:
- node_modules - node_modules