converter/.drone.yml

9 lines
160 B
YAML

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