chore: install Angular CLI globally in deployment workflow
This commit is contained in:
parent
6ec81ae0d7
commit
c791d6ad6d
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@ -26,6 +26,7 @@ jobs:
|
|||||||
- name: Build Frontend
|
- name: Build Frontend
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
|
npm i -g @angular/cli
|
||||||
npm ci
|
npm ci
|
||||||
ng build
|
ng build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user