converter/.drone.yml

9 lines
158 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
2018-09-08 00:15:39 +02:00
- npm run e2e
2018-09-04 00:13:27 +02:00
- npm run build-prod