Moved pre-update-cmd to post-update-cmd

This commit is contained in:
Ibrahim AshShohail 2013-09-29 16:02:32 +03:00
parent fbd93f6997
commit 258919ad1b
1 changed files with 1 additions and 3 deletions

View File

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