From 86a4bf6fac15972e410e61926db8b3a030ce5fa3 Mon Sep 17 00:00:00 2001 From: COil Date: Sun, 28 Jan 2024 20:08:44 +0100 Subject: [PATCH] chore(composer): removed useless post-install-cmd command --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 05e56d6..1ed3913 100644 --- a/composer.json +++ b/composer.json @@ -99,8 +99,7 @@ }, "scripts": { "post-install-cmd": [ - "@auto-scripts", - "@composer bin php-cs-fixer install --ansi" + "@auto-scripts" ], "post-update-cmd": [ "@auto-scripts"