Add '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Samuel Philipp 2019-11-06 20:36:55 +00:00
parent 7ee3cfced3
commit ecb6bb4dd1

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 build