radiator-web/.drone.yml
garionion d26edb058e
Some checks failed
continuous-integration/drone/push Build is failing
add prettier check to ci/cd run
2021-04-08 14:23:15 +02:00

10 lines
146 B
YAML

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