newsreader/gitlab-ci/build.yml
2022-05-26 11:15:46 +02:00

7 lines
114 B
YAML

static:
stage: build
image: node:12-bullseye
before_script:
- npm install
script:
- npm run build