metropolis/.gitlab-ci.yml
2021-07-09 00:40:40 +02:00

10 lines
103 B
YAML

stages:
- build
build:
stage: build
image: node:16-alpine
script:
- yarn
- yarn build