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