build: Always exclude node_modules
Change-Id: I5c7beae0a2f99f374ecb9ce9682cd1a3550f19ce
This commit is contained in:
@@ -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 ."
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user