Skip to content

Commit 8187dfe

Browse files
authored
Support bun.lock lock file (#761)
1 parent 15be5cf commit 8187dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/package-manager/configs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ export const bunConfig = {
6565
// TODO: Bun doesn't support config get registry, this should be added in the future. See https://github.com/oven-sh/bun/issues/7140
6666
getRegistryCommand: ['npm', ['config', 'get', 'registry']],
6767
tagVersionPrefixCommand: ['npm', ['config', 'get', 'tag-version-prefix']],
68-
lockfiles: ['bun.lockb'],
68+
lockfiles: ['bun.lockb', 'bun.lock'],
6969
};

0 commit comments

Comments
 (0)