Browse Source

Remove pre-update-cmd

Can't rely on being able to run php artisan, before updating.
Barry vd. Heuvel 8 years ago
parent
commit
4fec844eb9
1 changed files with 1 additions and 3 deletions
  1. 1 3
      composer.json

+ 1 - 3
composer.json

@@ -39,10 +39,8 @@
             "php artisan clear-compiled",
             "php artisan optimize"
         ],
-        "pre-update-cmd": [
-            "php artisan clear-compiled"
-        ],
         "post-update-cmd": [
+            "php artisan clear-compiled",
             "php artisan optimize"
         ]
     },