Fix for L54 update

This commit is contained in:
Hillel Coren 2018-03-10 22:45:57 +02:00
parent 7ad65518ff
commit a2dc782257

View File

@ -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"
],