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

11 lines
160 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:
- dist