We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061b747 commit 92d8145Copy full SHA for 92d8145
source/package-manager/configs.js
@@ -60,7 +60,7 @@ export const bunConfig = {
60
installCommand: ['bun', ['install', '--frozen-lockfile']],
61
installCommandNoLockfile: ['bun', ['install', '--no-save']],
62
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.
+ // Bun doesn't support publishing, so we use npm instead. See https://github.com/oven-sh/bun/issues/5050
64
publishCommand: arguments_ => ['npm', arguments_],
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
66
getRegistryCommand: ['npm', ['config', 'get', 'registry']],
0 commit comments