Chore: migrate frontend to esbuild from webpack (#13488)

This commit is contained in:
shamoon
2026-08-06 22:36:17 -07:00
committed by GitHub
parent 91d6741b4f
commit d5f8cd59fb
6 changed files with 1835 additions and 1533 deletions
+1 -4
View File
@@ -61,10 +61,7 @@ jobs:
~/.cache
key: ${{ runner.os }}-frontenddeps-${{ hashFiles('src-ui/pnpm-lock.yaml') }}
- name: Install frontend dependencies
if: steps.cache-frontend-deps.outputs.cache-hit != 'true'
run: cd src-ui && pnpm install
- name: Re-link Angular cli
run: cd src-ui && pnpm link @angular/cli
run: cd src-ui && pnpm install --frozen-lockfile
- name: Generate frontend translation strings
run: |
cd src-ui