Adopt Bun runtime across build pipelines

This commit is contained in:
Esdras Renan 2025-11-04 22:52:46 -03:00
parent 281ecd5f6f
commit c3237dfb64
6 changed files with 44 additions and 10 deletions

View file

@ -80,6 +80,9 @@ jobs:
node-version: 20
cache: 'pnpm'
- name: Verify Bun runtime
run: bun --version
- name: Permissions diagnostic (server paths)
run: |
set +e
@ -189,7 +192,7 @@ jobs:
corepack enable || true
pnpm --filter web install --no-frozen-lockfile
pnpm prisma:generate
pnpm build
pnpm build:bun
- name: Publish build to stable APP_DIR directory
run: |