From 643797dacafb3f2649723d9b3f8663dc99b36c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 26 Apr 2019 16:25:13 +0200 Subject: [PATCH] Run initial install on drone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index eaa7556ba..e0cc61ad6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -225,6 +225,10 @@ trigger: kind: pipeline name: frontend steps: + - name: install + image: node:11-alpine + commands: + - npm install - name: eslint image: node:11-alpine commands: @@ -232,7 +236,6 @@ steps: - name: jsbuild image: node:11-alpine commands: - - npm install - npm run build trigger: branch: