Skip to content

Commit

Permalink
[meta] appveyor: only run tests, not linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 24, 2020
1 parent 95c12fc commit a8888b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -48,7 +48,7 @@ test_script:
- npm --version

# core tests
- npm test
- npm run tests-only

# resolver tests
- cd .\resolvers\webpack && npm test && cd ..\..
Expand Down

0 comments on commit a8888b0

Please sign in to comment.