Skip to content

Commit 061b747

Browse files
committed
Add related issues link
1 parent d17f8a8 commit 061b747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/package-manager/configs.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ export const bunConfig = {
6060
installCommand: ['bun', ['install', '--frozen-lockfile']],
6161
installCommandNoLockfile: ['bun', ['install', '--no-save']],
6262
versionCommand: version => ['npm', ['version', version]],
63-
// Bun doesn't support publishing, so we use npm instead
63+
// Bun doesn't support publishing, so we use npm instead. See https://github.com/oven-sh/bun/issues/5050.
6464
publishCommand: arguments_ => ['npm', arguments_],
65-
// TODO: Bun doesn't support config get registry, this should be added in the future
65+
// 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']],
6868
lockfiles: ['bun.lockb'],

0 commit comments

Comments
 (0)