Merge pull request #2332 from laheab/master

Move pre-update-cmd to post-update-cmd, solves inconveniences.
This commit is contained in:
Taylor Otwell 2013-10-11 20:33:50 -07:00
commit d1c04014dd
1 changed files with 1 additions and 3 deletions

View File

@ -20,10 +20,8 @@
"post-install-cmd": [
"php artisan optimize"
],
"pre-update-cmd": [
"php artisan clear-compiled"
],
"post-update-cmd": [
"php artisan clear-compiled"
"php artisan optimize"
],
"post-create-project-cmd": [