chore: install Angular CLI globally in deployment workflow

This commit is contained in:
itsscb 2025-03-04 21:39:54 +01:00
parent 6ec81ae0d7
commit c791d6ad6d

View File

@ -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