newsreader/gitlab-ci/build.yml
2024-08-13 09:22:40 +02:00

7 lines
106 B
YAML

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