line-and-surface/.gitlab-ci.yml

11 lines
164 B
YAML
Raw Normal View History

2021-01-09 21:53:06 +01:00
build site:
image: node:lts
stage: build
script:
- cd app
- npm install --progress=false
- npm run build
artifacts:
paths:
2021-01-09 21:56:22 +01:00
- app/dist