From 7ef1797ff0580dde2df23cc0ce80df8689d734ce Mon Sep 17 00:00:00 2001 From: doobry Date: Thu, 26 Dec 2024 18:20:30 +0100 Subject: [PATCH] Revert "Remove `cache:clear` from compose auto-scripts (at update and install)" This reverts commit 14360bbb61abd9bbc4cc1096805a06a8392b2646. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 2faeced3..d987ad92 100644 --- a/composer.json +++ b/composer.json @@ -100,6 +100,7 @@ }, "scripts": { "auto-scripts": { + "cache:clear": "symfony-cmd", "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd", "assets:install %PUBLIC_DIR%": "symfony-cmd" },