From 315bb1dd9bded5dfc2539faa7efac2d3c4215e98 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 14 Apr 2013 13:51:53 -0500 Subject: [PATCH] Add pre-update command to remove the compiled file. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index ae7555e9..be7e44d7 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ ] }, "scripts": { + "pre-update-cmd": "rm bootstrap/compiled.php", "post-update-cmd": "php artisan optimize" }, "minimum-stability": "dev"