test
This commit is contained in:
parent
f62c77dc65
commit
27a6cc515b
|
@ -2,6 +2,7 @@ image: node:latest
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
- babel
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
|
@ -14,4 +15,8 @@ install_dependencies:
|
||||||
- npm install
|
- npm install
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
|
babel_compile:
|
||||||
|
stage: babel
|
||||||
|
script: npm run build
|
Loading…
Reference in New Issue
Block a user