Skip to content

Commit

Permalink
Fix incorrect command
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed May 31, 2020
1 parent 40edb0a commit 32a070d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -62,7 +62,7 @@ for:
# Upgrade nyc
- npm i --no-save nyc@15.0.1
- ps: >-
Get-ChildItem -Type Directory ./resolvers/ |
Get-ChildItem -Directory ./resolvers/ |
ForEach-Object {
npm ls nyc;
if ($?) {
Expand Down

0 comments on commit 32a070d

Please sign in to comment.