matrix-wug/.gitlab-ci.yml

7 lines
68 B
YAML
Raw Normal View History

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