Skip to content
Prev Previous commit
Next Next commit
Used npm i to improve per
  • Loading branch information
raych1 committed Sep 18, 2025
commit 2e8f52b7dc1b16a34a1880753f789b9bcc62cc7a
2 changes: 1 addition & 1 deletion eng/common/tsp-client/Invoke-TspClient.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $originalLocation = Get-Location
try {
Set-Location $PackageInstallCache
Write-Host "Installing dependencies in $PackageInstallCache"
npm ci | Write-Host
npm i --ignore-scripts --no-audit | Write-Host

# Use the tsp-client with the provided options
$command = "npm exec --no -- tsp-client $TspClientOptions"
Expand Down