cd to client folder

test
dan 2020-10-25 22:06:27 -06:00
parent 4bb0e1f39a
commit 113979f09b
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ steps:
- name: build_client
image: node
commands:
- "cd Client"
- "npm install"
- "ls"
- "node ng build --prod"