diff --git a/.gitignore b/.gitignore index ba8704c5..e0d0d37d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ /vendor composer.phar composer.lock -.DS_Store \ No newline at end of file +.DS_Store +Thumbs.db \ No newline at end of file diff --git a/composer.json b/composer.json index 5eb4b801..67b36205 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,8 @@ "post-install-cmd": [ "php artisan optimize" ], - "pre-update-cmd": [ - "php artisan clear-compiled" - ], "post-update-cmd": [ + "php artisan clear-compiled", "php artisan optimize" ], "post-create-project-cmd": [