Revert "chore: remove node_modules from ci cache"

This reverts commit ec08524282.
This commit is contained in:
Gregor Kleen 2019-11-08 15:51:52 +01:00
parent 9b10b3690d
commit 1d161eef02

View File

@ -3,6 +3,7 @@ default:
cache: cache:
key: "${CI_COMMIT_REF_SLUG}" key: "${CI_COMMIT_REF_SLUG}"
paths: paths:
- node_modules
- .stack - .stack
- .stack-work - .stack-work