matrix-wug/.gitlab-ci.yml

7 lines
68 B
YAML

image: node:10-slim
build:
script:
- npm install
- npm build