Merge pull request #3687 from barryvdh/patch-1

Remove pre-update-cmd
This commit is contained in:
Taylor Otwell 2016-03-16 12:21:40 -05:00
commit 91c6e71677
1 changed files with 1 additions and 3 deletions

View File

@ -39,10 +39,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"
]
},