ci: fix frontend build outside pnpm workspace
Deploy to VPS / deploy (push) Failing after 1m47s
Deploy to VPS / deploy (push) Failing after 1m47s
Frontend not in pnpm workspace (uses bun.lock locally), so build it directly with pnpm install + build in its own directory.
This commit is contained in:
@@ -55,7 +55,10 @@ jobs:
|
||||
run: pnpm run build:discord-gateway
|
||||
|
||||
- name: Build frontend
|
||||
run: pnpm run build:web
|
||||
run: |
|
||||
pnpm install --no-frozen-lockfile
|
||||
pnpm run build
|
||||
working-directory: services/frontend
|
||||
|
||||
- name: Prepare production environment file
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user