newsreader/gitlab-ci/build.yml

7 lines
109 B
YAML

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