diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..0198cfe --- /dev/null +++ b/.drone.yml @@ -0,0 +1,7 @@ +pipeline: + build: + image: node:8 + commands: + - npm install + - npm run test + - npm run build-prod