test
dan 2020-10-26 11:16:02 -06:00
parent cdd91b047c
commit b7c98ee522
1 changed files with 5 additions and 1 deletions

View File

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