converter/.drone.yml

8 lines
119 B
YAML
Raw Normal View History

2018-09-01 03:02:36 +02:00
pipeline:
build:
image: node:8
commands:
- npm install
- npm run test
- npm run build-prod