converter/.drone.yml

8 lines
119 B
YAML

pipeline:
build:
image: node:8
commands:
- npm install
- npm run test
- npm run build-prod