add drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
nightly 2022-10-19 15:46:41 +02:00
parent a7943876fc
commit f8077b2e54

9
.drone.yml Normal file
View File

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