Reverse slashes

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

View File

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