matrix-wug/.gitlab-ci.yml

10 lines
87 B
YAML
Raw Normal View History

2019-02-27 14:49:49 +01:00
image: node:10-slim
stages:
- build
build:
script:
- npm install
- npm build