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" - "cd Client"
- "npm install" - "npm install"
- "ls" - "ls"
- "node node_modules\@angular\cli\bin\ng build --prod" - "node node_modules/@angular/cli/bin/ng build --prod"
when: when:
event: event:
- push - push