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
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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