Test server/src

test
dan 2020-10-26 11:17:37 -06:00
parent b7c98ee522
commit 5f4550998c
1 changed files with 3 additions and 3 deletions

View File

@ -5,13 +5,13 @@ steps:
- name: build_client
image: node
commands:
- "cd Server"
- "cd Server/src"
- "ls"
- "cd ../"
- "cd ../../"
- "cd Client"
- "npm install"
- "node node_modules/@angular/cli/bin/ng build --prod"
- "cd ../Server"
- "cd ../Server/src"
- "ls"
when:
event: