build: Always exclude node_modules

Change-Id: I8f055032f1a076445c18ac96d90017a44d6d9077
This commit is contained in:
Umherirrender 2017-11-02 17:53:18 +01:00
parent 10431c4ed1
commit 7a95a43104
1 changed files with 1 additions and 1 deletions

View File

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