Tree command

test
dan 2020-10-26 12:22:25 -06:00
parent ef34bdd52a
commit 8b363f4cd6
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ 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 ../Server/src/www" - "cd ../
- "ls" - "tree"
when: when:
event: event:
- push - push