(...args: string[])
| 408 | } |
| 409 | |
| 410 | export function silentBun(...args: string[]) { |
| 411 | return _exec({ silent: true }, 'bun', args); |
| 412 | } |
| 413 | |
| 414 | export function globalNpm(args: string[], env?: NodeJS.ProcessEnv) { |
| 415 | if (!process.env.LEGACY_CLI_RUNNER) { |
no test coverage detected