17 lines
210 B
YAML
17 lines
210 B
YAML
cache:
|
|
paths:
|
|
- node_modules/
|
|
|
|
stages:
|
|
- build
|
|
# - test
|
|
|
|
before_script:
|
|
- git submodule update --init
|
|
- npm install
|
|
|
|
building_ui:
|
|
stage: build
|
|
script:
|
|
- npm run build
|