Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore the idea of using Bun as the package manager #345

Closed
5 tasks
ixahmedxi opened this issue Nov 1, 2023 · 1 comment · Fixed by #348
Closed
5 tasks

Explore the idea of using Bun as the package manager #345

ixahmedxi opened this issue Nov 1, 2023 · 1 comment · Fixed by #348

Comments

@ixahmedxi
Copy link
Collaborator

We are currently using pnpm as our package manager, but Bun seems like the fastest solution available right now and as a believer of the Bun project, it would be cool to start using it just as our package manager.

Checks:

  • bun install works.
  • bun run build builds the project successfully.
  • bun typecheck produces no type-errors.
  • Update GitHub CI workflow to use bun instead of volta.
  • Update our contributing guide to reflect this change.
@xhayper
Copy link
Contributor

xhayper commented Nov 2, 2023

Will be doing the first four task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants