Skip to content
Prev Previous commit
Next Next commit
Used npm i to improve per
  • Loading branch information
raych1 authored and azure-sdk committed Sep 18, 2025
commit 392b63252e38244fd1bed83a54868f054b3bc197
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