From 4a548360dfa833f6cf666c71949e26c651539005 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sun, 13 Oct 2024 02:06:33 +0200 Subject: [PATCH] Fix composer auto-scripts --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9932944..3697c6d 100644 --- a/composer.json +++ b/composer.json @@ -107,8 +107,8 @@ ], "scripts": { "auto-scripts": { - "cache:clear": "symfony-cmd", - "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd" + "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd", + "cache:clear": "symfony-cmd" }, "post-install-cmd": [ "@auto-scripts" -- 2.41.1