From: Raphaƫl Gertz <git@rapsys.eu>
Date: Sun, 13 Oct 2024 00:06:33 +0000 (+0200)
Subject: Fix composer auto-scripts
X-Git-Url: https://git.rapsys.eu/veranda/commitdiff_plain/4a548360dfa833f6cf666c71949e26c651539005

Fix composer auto-scripts
---

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"