fix: frontend deps not installed

This commit is contained in:
GW_MC
2025-12-28 16:23:10 +08:00
parent 8cc2775fe4
commit c7a090f78a
4 changed files with 6278 additions and 7032 deletions

View File

@@ -89,7 +89,7 @@ jobs:
run: |
cd apps/frontend
pnpm install
- name: Run frontend linter
run: |
cd apps/frontend
@@ -142,12 +142,12 @@ jobs:
with:
node-version: 22
cache: 'pnpm'
cache-dependency-path: apps/frontend/pnpm-lock.yaml
cache-dependency-path: pnpm-lock.yaml
- name: Install frontend dependencies
run: |
cd apps/frontend
pnpm install
pnpm install --frozen-lockfile
- name: Build frontend
run: |