uhr/.drone.yml
Manuel Friedli 510bbd8f3b
All checks were successful
continuous-integration/drone/push Build is passing
Build uing npm/webpack instead of grunt.
2019-05-05 03:42:15 +02:00

12 lines
185 B
YAML

kind: pipeline
name: default
steps:
- name: prepare
image: node:12
commands:
- npm install
- name: build
image: node:12
commands:
- npm run build-debug