matrix-wug/.gitlab-ci.yml

6 lines
58 B
YAML
Raw Normal View History

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