build: Always exclude node_modules

Change-Id: I603f879aa4cd48a410589f205604baf942631ec0
This commit is contained in:
Umherirrender 2017-11-11 18:42:51 +01:00
parent df43878aa3
commit 313b1b7e71

View file

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