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