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
script:
- npm install
artifacts:
paths:
- node_modules/
babel_compile:
stage: babel
script: npm run build
artifacts:
paths:
- dist/
expire_in: 1 week