Fix ng build for drone

test
dan 2020-10-25 22:11:17 -06:00
parent 113979f09b
commit 3563df5791
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ steps:
- "cd Client"
- "npm install"
- "ls"
- "node ng build --prod"
- "node node_modules\@angular\cli\bin\ng build --prod"
when:
event:
- push