-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Switch bun repo to use bun.lock #16324
base: main
Are you sure you want to change the base?
Conversation
We need to add following to [install]
saveTextLockfile = true |
I'm not sure why everyone is adding this on their updates, but if bun sees |
This can prevent situations where a developer accidently deletes bun.lock and executes Edit: grammar |
@@ -19,6 +19,7 @@ | |||
*.mts text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 | |||
|
|||
*.lockb binary diff=lockb | |||
bun.lock linguist-language=json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added as temporary measure as it makes the files look better (wait until github-linguist/linguist#7193 and then can remove)
What does this PR do?
Might require updating the bun version in CI