Fix clear-compiled on composer install
This commit is contained in:
parent
8c27cb56d0
commit
3a555f9214
|
@ -32,10 +32,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"
|
||||
],
|
||||
"post-root-package-install": [
|
||||
|
|
Loading…
Reference in New Issue