Fix clear-compiled on composer install

This commit is contained in:
Mauri de Souza Nunes
2016-03-28 07:08:48 -03:00
parent 8c27cb56d0
commit 3a555f9214

View File

@@ -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": [