dist-artifact
This commit is contained in:
parent
4c6401fd54
commit
81a5fd5a04
|
@ -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
|
Loading…
Reference in New Issue
Block a user