From 8edbfd82753845937c4792dee7d46ec63902aed0 Mon Sep 17 00:00:00 2001 From: nightly Date: Thu, 20 Oct 2022 10:20:42 +0200 Subject: [PATCH] If config.json does not already exist, copy it. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index ef8e547..36ca8d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,7 @@ steps: - name: Build image: node commands: + - cp -n config.example.json config.json - npm run build - name: Test