From 9cd27e6de31a84cc48992f0202e08b5c40edf82a Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Thu, 2 Mar 2023 11:42:36 -0800 Subject: [PATCH] Review feedback --- eng/common/spelling/Invoke-Cspell.ps1 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eng/common/spelling/Invoke-Cspell.ps1 b/eng/common/spelling/Invoke-Cspell.ps1 index e2e42802ba81..939e5c8d7a38 100644 --- a/eng/common/spelling/Invoke-Cspell.ps1 +++ b/eng/common/spelling/Invoke-Cspell.ps1 @@ -167,9 +167,7 @@ $originalLocation = Get-Location try { Set-Location $PackageInstallCache - npm ci npx | Out-Null - npm ci cspell | Out-Null - npm ci | Out-Null + npm ci # Use the mutated configuration file when calling cspell $command = "npx cspell $JobType --config $CSpellConfigPath --no-must-find-files --root $SpellCheckRoot --relative"