radiator-web/.drone.yml

10 lines
146 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: node
commands:
- npm install
- npm run check
- npm run build