From c385383580c6bbad7283e2dfa3b1cf8b0fe1d323 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Thu, 25 Apr 2024 22:54:03 +0300 Subject: [PATCH] Also exclude the build directory --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d1309307..0bc125d7 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ }, "scripts": { "lint": "phpcs", - "lint-compat": "phpcs -p --standard=PHPCompatibilityWP --runtime-set testVersion 5.6- --extensions=php --ignore='tests/,includes/Yubico/,vendor/,wordpress/,node_modules/' .", + "lint-compat": "phpcs -p --standard=PHPCompatibilityWP --runtime-set testVersion 5.6- --extensions=php --ignore='tests/,dist/,includes/Yubico/,vendor/,wordpress/,node_modules/' .", "test": "phpunit", "test:watch": [ "Composer\\Config::disableProcessTimeout",