newsreader/gitlab-ci/build.yml
2023-07-02 10:23:16 +02:00

7 lines
114 B
YAML

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