diff --git a/composer.json b/composer.json index 74437352..8fa5a4a8 100644 --- a/composer.json +++ b/composer.json @@ -66,7 +66,7 @@ "bin/pest" ], "scripts": { - "lint": "pint --test", + "lint": "pint", "test:lint": "pint --test", "test:types": "phpstan analyse --ansi --memory-limit=-1 --debug", "test:unit": "php bin/pest --colors=always --exclude-group=integration --compact",