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