fix(ci): install classic workspace dependencies for releases (#5719)

This commit is contained in:
Seefs
2026-06-24 21:06:58 +08:00
committed by GitHub
parent 0bf42781d4
commit c12e5db4f9
4 changed files with 3 additions and 13 deletions
+3 -3
View File
@@ -43,7 +43,7 @@ jobs:
CI: ""
run: |
cd web
bun install --frozen-lockfile
bun install --filter ./classic --frozen-lockfile
cd classic
VITE_REACT_APP_VERSION=$VERSION bun run build
cd ../..
@@ -103,7 +103,7 @@ jobs:
CI: ""
run: |
cd web
bun install --frozen-lockfile
bun install --filter ./classic --frozen-lockfile
cd classic
VITE_REACT_APP_VERSION=$VERSION bun run build
cd ../..
@@ -160,7 +160,7 @@ jobs:
CI: ""
run: |
cd web
bun install --frozen-lockfile
bun install --filter ./classic --frozen-lockfile
cd classic
VITE_REACT_APP_VERSION=$VERSION bun run build
cd ../..