mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-10-31 16:54:47 +00:00
8 lines
138 B
YAML
8 lines
138 B
YAML
image: node:alpine
|
|
|
|
build:
|
|
stage: test
|
|
script:
|
|
- yarn install
|
|
- ./node_modules/@angular/cli/bin/ng build --prod --no-progress
|