From e5c579017291a66d5ac5b57a19b311db3261fade Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sat, 1 Sep 2018 03:02:36 +0200 Subject: [PATCH] Add simple .drone.yml --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .drone.yml 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