Commit bb6c23c2 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3392 from Fuxy22/patch-1

Fix occasional clear-compiled failure after update
parents 11a8db89 c334e472
......@@ -29,8 +29,10 @@
"php artisan clear-compiled",
"php artisan optimize"
],
"pre-update-cmd": [
"php artisan clear-compiled"
],
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
],
"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