2 references to StartNpmCommand
aspire (1)
Npm\NpmRunner.cs (1)
294using var activity = profilingTelemetry.StartNpmCommand(npmPath, args, workingDirectory);
Aspire.Cli.Tests (1)
Telemetry\ProfilingTelemetryTests.cs (1)
63using (profilingTelemetry.StartNpmCommand(npmPath, ["exec", "--", "tsx", "apphost.ts"], workingDirectory))