diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 00000000..a86fc9de --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +kind: pipeline +name: default + +platform: + os: linux + arch: amd64 + +steps: +- name: build-test + image: node:10.13 + commands: + - yarn + - yarn install