MCPcopy Create free account
hub / github.com/lerna/lerna / runCommandInPackageStreaming

Method runCommandInPackageStreaming

libs/commands/exec/src/index.ts:196–199  ·  view source on GitHub ↗
(pkg: Package)

Source from the content-addressed store, hash-verified

194 }
195
196 runCommandInPackageStreaming(pkg: Package) {
197 const [command, args] = this.getShellCommand();
198 return childProcess.spawnStreaming(command, args, this.getOpts(pkg), (this.prefix && pkg.name) as string);
199 }
200
201 runCommandInPackageCapturing(pkg: Package) {
202 const [command, args] = this.getShellCommand();

Callers 2

getRunnerMethod · 0.95

Calls 2

getShellCommandMethod · 0.95
getOptsMethod · 0.95

Tested by

no test coverage detected