]> Raphaël G. Git Repositories - veranda/commitdiff
Fix composer auto-scripts
authorRaphaël Gertz <git@rapsys.eu>
Sun, 13 Oct 2024 00:06:33 +0000 (02:06 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Sun, 13 Oct 2024 00:06:33 +0000 (02:06 +0200)
composer.json

index 99329449632c92efd5044ca9f0053d16b7b47f70..3697c6d0fd934baf38b31f45058015666f92e3cd 100644 (file)
     ],
     "scripts": {
         "auto-scripts": {
     ],
     "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"
         },
         "post-install-cmd": [
             "@auto-scripts"