diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3d81ce3..df73954 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -95,7 +95,10 @@ jobs: node-version: 20 cache: pnpm - - run: pnpm install --frozen-lockfile + - name: Install dependencies (hoisted for bun compile compatibility) + run: | + echo "shamefully-hoist=true" >> .npmrc + pnpm install --frozen-lockfile - name: Generate Prisma client run: pnpm --filter @mcpctl/db exec prisma generate