Add configuration

test
dan 2020-10-26 12:06:35 -06:00
parent d9c91881ef
commit ef34bdd52a
1 changed files with 1 additions and 1 deletions

View File

@ -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: