build: Always exclude node_modules

Change-Id: Ief66ac4a2419c4bc915174371a67a3b7191baf55
This commit is contained in:
Umherirrender 2017-11-11 18:14:22 +01:00
parent 5bd3eef0ac
commit f72fde5c66

View file

@ -7,7 +7,7 @@
},
"scripts": {
"test": [
"parallel-lint . --exclude vendor",
"parallel-lint . --exclude vendor --exclude node_modules",
"phpcs -p -s",
"minus-x check ."
],