Cache .gitlab-ci node_modules based on package.json hash
This commit is contained in:
parent
70b04a72cc
commit
0643abe116
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ variables:
|
||||||
NODE_ENV: test
|
NODE_ENV: test
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
key:
|
||||||
|
files:
|
||||||
|
- package.json
|
||||||
paths:
|
paths:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue