From ba7721a1dd0f637a0384d292967c2b1a27096677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20D=C3=B6rfler?= Date: Mon, 10 Feb 2020 18:20:41 +0100 Subject: [PATCH] added npm install step to build definition --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index dc687aa..18fe938 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ steps: - name: build image: node:alpine commands: + - npm install - npx gatsby build - name: docker