Skip to content

Commit

Permalink
Merge pull request laravel#3687 from barryvdh/patch-1
Browse files Browse the repository at this point in the history
Remove pre-update-cmd
  • Loading branch information
taylorotwell committed Mar 16, 2016
2 parents a282304 + 4fec844 commit 91c6e71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
Expand Down

0 comments on commit 91c6e71

Please sign in to comment.