converter/.drone.yml

8 lines
138 B
YAML
Raw Normal View History

2018-09-04 00:13:27 +02:00
pipeline:
build:
image: tamlyn/headless-nodejs
2018-09-04 00:13:27 +02:00
commands:
- npm install
- npm run test:ci
- npm run build-prod