Update composer.json
Clear compiled can fail after update it should be run before update
This commit is contained in:
parent
11a8db8982
commit
c334e47219
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue