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
|
||||
run: |
|
||||
cd frontend
|
||||
npm i -g @angular/cli
|
||||
npm ci
|
||||
ng build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user