Cache node_modules

This commit is contained in:
Joel Collins 2019-05-10 11:26:36 +01:00
parent a52a549ff2
commit b344d5be7f

View file

@ -2,6 +2,12 @@ stages:
- build
- deploy
# Cache modules in between jobs
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
build:
stage: build
image: electronuserland/builder:wine