added drone file
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Niklas 2020-04-21 18:40:37 +02:00
parent 0fd8cc7409
commit ee640738c0

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: build
image: node
commands:
- npm install
- npm run buildProd