dist-artifact

This commit is contained in:
Flummi 2017-11-09 17:09:27 +01:00
parent 4c6401fd54
commit 81a5fd5a04

View File

@ -13,10 +13,11 @@ install_dependencies:
stage: build stage: build
script: script:
- npm install - npm install
artifacts:
paths:
- node_modules/
babel_compile: babel_compile:
stage: babel stage: babel
script: npm run build script: npm run build
artifacts:
paths:
- dist/
expire_in: 1 week