Remove pre-update-cmd
Can't rely on being able to run php artisan, before updating.
This commit is contained in:
parent
a282304f35
commit
4fec844eb9
|
|
@ -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"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue