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

This commit is contained in:
Jerko Steiner 2020-01-07 10:22:22 +01:00
parent 951fbf52c7
commit 4ed5265e95

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: node:12
commands:
- npm install
- npm run ci