converter/.drone.yml
Manuel Friedli f2a288a3dc
All checks were successful
continuous-integration/drone the build was successful
Use fritteli's docker image with latest chrome version
2018-09-08 01:21:07 +02:00

8 lines
160 B
YAML

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