web-remote/.gitlab-ci.yml

8 lines
138 B
YAML
Raw Normal View History

2018-08-23 06:36:44 +00:00
image: node:alpine
build:
stage: test
script:
- yarn install
- ./node_modules/@angular/cli/bin/ng build --prod --no-progress