Skip to content

chore: migrate repo from pnpm to bun#12

Merged
alexgorbatchev merged 3 commits intomainfrom
chore/migrate-pnpm-to-bun
Mar 25, 2026
Merged

chore: migrate repo from pnpm to bun#12
alexgorbatchev merged 3 commits intomainfrom
chore/migrate-pnpm-to-bun

Conversation

@alexgorbatchev
Copy link
Copy Markdown
Owner

Summary

  • switch the monorepo workspace manager from pnpm to Bun
  • replace pnpm-based CI, release, and Vercel install/build commands with Bun equivalents
  • remove pnpm workspace/lock/config files and add bun.lock
  • update repo docs and internal skills to use Bun commands

Validation

  • bun install
  • bun run typecheck
  • bun run build
  • bun run build:agentation
  • bun run --filter ./packages/example build
  • bun run build:storybook
  • bun run test
  • bun run dev smoke check

Notes

  • npm publish --provenance remains unchanged; this PR only replaces pnpm usage
  • kept public install docs that mention pnpm/yarn/npm/bun for package consumers

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agentation-example Ready Ready Preview, Comment Mar 23, 2026 5:44am

@alexgorbatchev alexgorbatchev merged commit 0066337 into main Mar 25, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant