uhr/.drone.yml
Manuel Friedli 621468b27f
All checks were successful
continuous-integration/drone/push Build is passing
Build JS assets with rollup instead of grunt.
2021-02-24 13:19:33 +01:00

13 lines
192 B
YAML

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