Fix syntax error

test
dan 2020-10-26 12:24:02 -06:00
parent b57cec7136
commit d91176713e
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: