From b1b364cf34315d376f204bca8f031d9b85797f50 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 10 Dec 2020 10:33:29 +0200 Subject: [PATCH] .drone.yml: Try to build with npm --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 45d0782..c2c97f3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,8 @@ type: docker name: default steps: -- name: greeting - image: alpine +- name: build + image: node:12-alpine commands: - - echo hello + - npm install + - npm run dist