From d454ee10f363fa740cff07f9d6fa95cf6f932294 Mon Sep 17 00:00:00 2001 From: Christian Seyfferth Date: Thu, 7 May 2020 09:23:23 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.drone.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7ef0a6e..8e58a6a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: build image: node:14-alpine commands: - - npm install --global gulp + - npm install gulp - npm install - gulp - zip public.zip dist/*