From ef34bdd52a79fccd0b421b363a815903284e2fb6 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 26 Oct 2020 12:06:35 -0600 Subject: [PATCH] Add configuration --- drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone.yml b/drone.yml index d09d276..433cd6a 100644 --- a/drone.yml +++ b/drone.yml @@ -10,7 +10,7 @@ steps: - "cd ../../" - "cd Client" - "npm install" - - "node node_modules/@angular/cli/bin/ng build --prod" + - "node node_modules/@angular/cli/bin/ng build --prod --configuration=production" - "cd ../Server/src/www" - "ls" when: