diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..76a2855 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,6 @@ +pipeline: + core: + image: node + commands: + - npm install + - npm test \ No newline at end of file