metropolis/.gitlab-ci.yml

10 lines
103 B
YAML

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