Fix syntax error

test
dan 2020-10-26 12:23:37 -06:00
parent 8b363f4cd6
commit b57cec7136
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ steps:
- "cd Client" - "cd Client"
- "npm install" - "npm install"
- "node node_modules/@angular/cli/bin/ng build --prod --configuration=production" - "node node_modules/@angular/cli/bin/ng build --prod --configuration=production"
- "cd ../ - "cd ../""
- "tree" - "tree"
when: when:
event: event: