Cache .gitlab-ci node_modules based on package.json hash

This commit is contained in:
Alex Gleason
2020-04-17 13:16:46 -05:00
parent 70b04a72cc
commit 0643abe116

View File

@ -4,6 +4,9 @@ variables:
NODE_ENV: test
cache:
key:
files:
- package.json
paths:
- node_modules