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