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: