newsreader/gitlab-ci/build.yml

7 lines
105 B
YAML

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