converter/.drone.yml

8 lines
138 B
YAML

pipeline:
build:
image: tamlyn/headless-nodejs
commands:
- npm install
- npm run test:ci
- npm run build-prod