Commit d1c04014 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2332 from laheab/master

Move pre-update-cmd to post-update-cmd, solves inconveniences.
parents fbd93f69 258919ad
...@@ -20,10 +20,8 @@ ...@@ -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": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment