From e70216b42bbd85ffc0c6f1191d497ea176d51914 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Wed, 18 Jan 2023 21:52:49 -0800 Subject: [PATCH] try ignoring warnings --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b7aa8bc..83c7afb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,7 +57,7 @@ steps: image: node:18 commands: - npm ci - - npm run build + - CI="" npm run build - name: deploy image: drillster/drone-rsync settings: