Closed azu closed 9 months ago
bun can save both "bun.lockb" and "yarn.lock". It is said that this function is used to check the diff when updating the dependency.
bun
Some users use this function to save both "bun.lockb" and "yarn.lock".
In the current implementation, prioritize yarn.lock over bun.lockd. This will determine the package manager as a yarn even if you are using bun.
yarn.lock
bun.lockd
yarn
https://github.com/jsr-io/jsr-npm/blob/37c857353b14e4f27da2c1bb65a1b752f084e1ab/src/utils.ts#L76-L130
Related
bun
can save both "bun.lockb" and "yarn.lock". It is said that this function is used to check the diff when updating the dependency.Some users use this function to save both "bun.lockb" and "yarn.lock".
In the current implementation, prioritize
yarn.lock
overbun.lockd
. This will determine the package manager as ayarn
even if you are usingbun
.https://github.com/jsr-io/jsr-npm/blob/37c857353b14e4f27da2c1bb65a1b752f084e1ab/src/utils.ts#L76-L130
Related