newsreader/gitlab-ci/build.yml
2020-04-15 22:07:12 +02:00

7 lines
105 B
YAML

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