Skip to content

Commit

Permalink
Pipe npm ci output to Write-Host
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek authored and azure-sdk committed Mar 2, 2023
1 parent 9cd27e6 commit 42b2a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/spelling/Invoke-Cspell.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ $originalLocation = Get-Location

try {
Set-Location $PackageInstallCache
npm ci
npm ci | Write-Host

# Use the mutated configuration file when calling cspell
$command = "npx cspell $JobType --config $CSpellConfigPath --no-must-find-files --root $SpellCheckRoot --relative"
Expand Down

0 comments on commit 42b2a0b

Please sign in to comment.