From fec02d06b4140e4bcc985daff5748d82e74b7ff1 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 4 Mar 2019 16:33:25 +0100 Subject: [PATCH] drone deployment --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e702773..d2ebc72 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: commands: - node -v - npm -v - - touch test + - npm i - name: build image: node:11-alpine