From 7a95a43104bf9ed62fb0d2228d42660e0db139bc Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Thu, 2 Nov 2017 17:53:18 +0100 Subject: [PATCH] build: Always exclude node_modules Change-Id: I8f055032f1a076445c18ac96d90017a44d6d9077 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 71d2659..8976ec9 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "scripts": { "test": [ - "parallel-lint . --exclude vendor", + "parallel-lint . --exclude vendor --exclude node_modules", "phpcs -p -s" ], "fix": [