mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
Test simulates a realistic Next.js monorepo with: - workspace:^ dependencies between workspace packages - Optional peer dependencies (like @opentelemetry/api for Next.js) - Platform-specific binaries with conditions (darwin-arm64, linux-x64) - Multiple bin entries (tsc, tsserver, next, loose-envify) - Nested dependencies and peer dependencies - Both migration and bun ci (frozen lockfile install) Verifies the complete workflow works end-to-end without lockfile changes or resolution errors.