Commit 91c6e716 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3687 from barryvdh/patch-1

Remove pre-update-cmd
parents a282304f 4fec844e
......@@ -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"
]
},
......
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