MCPcopy Index your code
hub / github.com/angular/angular-cli / silentBun

Function silentBun

tests/e2e/utils/process.ts:410–412  ·  view source on GitHub ↗
(...args: string[])

Source from the content-addressed store, hash-verified

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

Callers 4

installWorkspacePackagesFunction · 0.90
installPackageFunction · 0.90
uninstallPackageFunction · 0.90
create-angular.tsFile · 0.90

Calls 1

_execFunction · 0.85

Tested by

no test coverage detected