Commit b344d5be authored by Joel Collins's avatar Joel Collins
Browse files

Cache node_modules

parent a52a549f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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