fix(ci): install classic workspace dependencies for releases (#5719)
This commit is contained in:
@@ -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 ../..
|
||||
|
||||
Reference in New Issue
Block a user