Skip to content

Commit

Permalink
Redirect stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Jun 1, 2020
1 parent 627586f commit 0e11d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -66,9 +66,9 @@ for:
Get-ChildItem -Directory $resolverDir |
ForEach-Object {
Push-Location $(Resolve-Path $(Join-Path $resolverDir $_));
cmd /c npm ls nyc;
cmd /c npm ls nyc 2`>`&1;
if ($?) {
cmd /c npm i --no-save nyc@15.0.1;
cmd /c npm i --no-save nyc@15.0.1 2`>`&1;
}
Pop-Location;
}
Expand Down

0 comments on commit 0e11d77

Please sign in to comment.