From 3a555f9214e8ab1aa783908783461e111220a2ea Mon Sep 17 00:00:00 2001 From: Mauri de Souza Nunes Date: Mon, 28 Mar 2016 07:08:48 -0300 Subject: [PATCH] Fix clear-compiled on composer install --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a6ced5e2f92..0bd256f1e61 100644 --- a/composer.json +++ b/composer.json @@ -32,10 +32,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" ], "post-root-package-install": [