Clear compiled can fail after update it should be run before update
@@ -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",
"post-create-project-cmd": [