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 - name: build_client
image: node image: node
commands: commands:
- "cd Server" - "cd Server/src"
- "ls" - "ls"
- "cd ../" - "cd ../../"
- "cd Client" - "cd Client"
- "npm install" - "npm install"
- "node node_modules/@angular/cli/bin/ng build --prod" - "node node_modules/@angular/cli/bin/ng build --prod"
- "cd ../Server" - "cd ../Server/src"
- "ls" - "ls"
when: when:
event: event: