build: Always exclude node_modules

Change-Id: I5c7beae0a2f99f374ecb9ce9682cd1a3550f19ce
This commit is contained in:
Umherirrender
2017-11-11 18:41:23 +01:00
parent 22a2df9cd2
commit 679e58758b

View File

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