diff --git a/composer.json b/composer.json index 40d5b99..e940740 100644 --- a/composer.json +++ b/composer.json @@ -54,15 +54,11 @@ "symfony/polyfill-php84": "*" }, "scripts": { - "auto-scripts": { - "cache:clear": "symfony-cmd", - "assets:install %PUBLIC_DIR%": "symfony-cmd" - }, "post-install-cmd": [ - "@auto-scripts" + "php bin/console cache:clear --no-warmup" ], "post-update-cmd": [ - "@auto-scripts" + "php bin/console cache:clear --no-warmup" ] }, "conflict": {