From df8a64b017f853f00cb4ea9a398c723a807351f6 Mon Sep 17 00:00:00 2001 From: Fabio Ivona Date: Mon, 19 Sep 2022 08:48:30 +0200 Subject: [PATCH] fix lint composer command --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",