Skip to content

Commit 92d8145

Browse files
committed
Tweaks
1 parent 061b747 commit 92d8145

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
@@ -60,7 +60,7 @@ 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. See https://github.com/oven-sh/bun/issues/5050.
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_],
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']],

0 commit comments

Comments
 (0)