build(package.json): update Angular dependencies to 19.2.2 #77

Closed
jank wants to merge 8 commits from update-angular into main
Showing only changes of commit 19d75bbd58 - Show all commits

View file

@ -160,9 +160,9 @@ jobs:
run: |
cd frontend
bun install
- run: cat /tmp/ng-*/angular-errors.log || echo "No Angular error log found"
if: always
- name: Test build
run: |
cd frontend
bun run build
- run: cat /tmp/ng-*/angular-errors.log || echo "No Angular error log found"
if: always