web-remote/.gitlab-ci.yml
2018-08-27 20:28:42 +02:00

8 lines
138 B
YAML

image: node:alpine
build:
stage: test
script:
- yarn install
- ./node_modules/@angular/cli/bin/ng build --prod --no-progress