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

Add support for bun install #707

Merged
merged 3 commits into from
Jun 27, 2023
Merged

Add support for bun install #707

merged 3 commits into from
Jun 27, 2023

Conversation

MarkLyck
Copy link
Contributor

@MarkLyck MarkLyck commented Jun 25, 2023

Add support for bun's package manager (closes #705)

This will use bun add when installing packages in a bun project, instead of npm install.

bun.lockb uses a binary file for it's lock file. I generated this by running bun init in the new fixtures project, using the latest stable version of bun: 0.6.9

@changeset-bot
Copy link

changeset-bot bot commented Jun 25, 2023

🦋 Changeset detected

Latest commit: 31448c1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
shadcn-ui Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Jun 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
next-template ⬜️ Ignored (Inspect) Jun 27, 2023 7:40am

@vercel
Copy link

vercel bot commented Jun 25, 2023

@MarkLyck is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@dan5py dan5py left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good! @shadcn

Copy link
Collaborator

@shadcn shadcn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. So good. Thank you 👍

@shadcn shadcn merged commit c337753 into shadcn-ui:main Jun 27, 2023
6 of 7 checks passed
suleymanbariseser pushed a commit to suleymanbariseser/shadcn-ui that referenced this pull request Jul 25, 2023
* add support for bun install

* fix(cli): add changeset for bun install

---------

Co-authored-by: shadcn <[email protected]>
kjxbyz pushed a commit to muse-ui/muse-ui that referenced this pull request Jun 7, 2024
* add support for bun install

* fix(cli): add changeset for bun install

---------

Co-authored-by: shadcn <[email protected]>
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.

Add CLI support for bun install
3 participants