Skip to content

A repo to reproduce bugs and issues with Nx and Bun

Notifications You must be signed in to change notification settings

benpsnyder/nx-bun-testing

Repository files navigation

🔥🔥🔥 Nx + Bun - Testing 🏎️🏎️🏎️

Our goal is to debug compatability issues with Bun and Nx

Building on Docker

  • bun build:docker:bun-on-node
  • bun build:docker:buntime
    • Use bun build:docker:buntime-debug to see the error

Building On Host OS

✅: bunx nx run-many --target=build --projects=tag:stack:large-ts-monorepo --configuration=production --parallel=12 -- with cache
✅: bunx nx run-many --target=build --projects=tag:stack:large-ts-monorepo --configuration=production --parallel=12 --skip-nx-cache -- without cache
✅: bunx --bun nx run-many --target=build --projects=tag:stack:large-ts-monorepo --configuration=production --parallel=12 -- with cache, buntime
✅: bunx --bun nx run-many --target=build --projects=tag:stack:large-ts-monorepo --configuration=production --parallel=12 --skip-nx-cache -- without cache, buntime

build spartan (uses analogjs)

✅: bunx nx run-many --target=build --projects=tag:stack:spartan --configuration=production --parallel=12 -- with cache
✅: bunx nx run-many --target=build --projects=tag:stack:spartan --configuration=production --parallel=12 --skip-nx-cache -- without cache
✅: bunx --bun nx run-many --target=build --projects=tag:stack:spartan --configuration=production --parallel=12 -- with cache, buntime
✅: bunx --bun nx run-many --target=build --projects=tag:stack:spartan --configuration=production --parallel=12 --skip-nx-cache -- without cache, buntime

build apps from the analogjs repo by Brandon Roberts

✅: bunx nx run-many --target=build --projects=tag:stack:analog-repo --configuration=production --parallel=12 -- with cache
✅: bunx nx run-many --target=build --projects=tag:stack:analog-repo --configuration=production --parallel=12 --skip-nx-cache -- without cache
✅: bunx --bun nx run-many --target=build --projects=tag:stack:analog-repo --configuration=production --parallel=12 -- with cache, buntime
✅: bunx --bun nx run-many --target=build --projects=tag:stack:analog-repo --configuration=production --parallel=12 --skip-nx-cache -- without cache, buntime

References

In-Progress 🚨

Resolved ✅

About

A repo to reproduce bugs and issues with Nx and Bun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published