From 313b1b7e71713d85e10a377db3adf1e897ab4ff4 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sat, 11 Nov 2017 18:42:51 +0100 Subject: [PATCH] build: Always exclude node_modules Change-Id: I603f879aa4cd48a410589f205604baf942631ec0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a0ee0bae..b4a30843 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ }, "scripts": { "test": [ - "parallel-lint . --exclude vendor", + "parallel-lint . --exclude vendor --exclude node_modules", "phpcs -p -s", "minus-x check ." ],