radiator-web/.drone.yml

10 lines
146 B
YAML
Raw Permalink Normal View History

kind: pipeline
name: default
steps:
- name: build
image: node
commands:
- npm install
2021-04-08 14:23:12 +02:00
- npm run check
- npm run build