Skip to content

Commit a8888b0

Browse files
committed
[meta] appveyor: only run tests, not linter
1 parent 95c12fc commit a8888b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test_script:
4848
- npm --version
4949

5050
# core tests
51-
- npm test
51+
- npm run tests-only
5252

5353
# resolver tests
5454
- cd .\resolvers\webpack && npm test && cd ..\..

0 commit comments

Comments
 (0)