Skip to content

Commit

Permalink
support bun.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Jan 23, 2025
1 parent 15be5cf commit 58178b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/package-manager/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ export const bunConfig = {
// TODO: Bun doesn't support config get registry, this should be added in the future. See https://github.com/oven-sh/bun/issues/7140
getRegistryCommand: ['npm', ['config', 'get', 'registry']],
tagVersionPrefixCommand: ['npm', ['config', 'get', 'tag-version-prefix']],
lockfiles: ['bun.lockb'],
lockfiles: ['bun.lockb', 'bun.lock'],
};

0 comments on commit 58178b2

Please sign in to comment.