This commit is contained in:
Flummi 2017-11-08 14:12:39 +01:00
parent f62c77dc65
commit 27a6cc515b

View File

@ -2,6 +2,7 @@ image: node:latest
stages:
- build
- babel
cache:
paths:
@ -14,4 +15,8 @@ install_dependencies:
- npm install
artifacts:
paths:
- node_modules/
- node_modules/
babel_compile:
stage: babel
script: npm run build