From 679e58758b4a1257a9f79698a3ea8c71ce3c4db5 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sat, 11 Nov 2017 18:41:23 +0100 Subject: [PATCH] build: Always exclude node_modules Change-Id: I5c7beae0a2f99f374ecb9ce9682cd1a3550f19ce --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1526f61c..a279feda 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "minus-x fix ." ], "test": [ - "parallel-lint . --exclude vendor", + "parallel-lint . --exclude vendor --exclude node_modules", "phpcs -p -s", "minus-x check ." ]