Install angular cli

This commit is contained in:
Jim Martens 2021-10-06 14:02:12 +02:00
parent 73563017a6
commit 4d3a6e0d1c
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ steps:
image: node:16-alpine
commands:
- npm install
- npm install -g @angular/cli
- name: build
image: node:16-alpine
commands: