From a2dc782257647d492ca38ae2680dd2615b10571d Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sat, 10 Mar 2018 22:45:57 +0200 Subject: [PATCH] Fix for L54 update --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 2a818cffa999..09bdcb267d22 100644 --- a/composer.json +++ b/composer.json @@ -98,10 +98,12 @@ }, "scripts": { "post-install-cmd": [ + "rm bootstrap/cache/compiled.php || true", "php artisan clear-compiled", "php artisan optimize" ], "post-update-cmd": [ + "rm bootstrap/cache/compiled.php || true", "php artisan clear-compiled", "php artisan optimize" ],