Add npm install

test
dan 2020-10-25 22:04:43 -06:00
parent 9f9d0fd384
commit 4bb0e1f39a
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ steps:
- name: build_client
image: node
commands:
- "npm install"
- "ls"
- "node ng build --prod"
when:
event: