added composer dump autoload
This commit is contained in:
parent
3fc3b66484
commit
1bfac83e40
@ -122,13 +122,11 @@
|
|||||||
"@php artisan vendor:publish --force --tag=livewire:assets --ansi"
|
"@php artisan vendor:publish --force --tag=livewire:assets --ansi"
|
||||||
],
|
],
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"Illuminate\\Foundation\\ComposerScripts::postInstall",
|
|
||||||
"php artisan ide-helper:generate",
|
"php artisan ide-helper:generate",
|
||||||
"php artisan ide-helper:meta",
|
"php artisan ide-helper:meta",
|
||||||
"php artisan ide-helper:models --nowrite"
|
"php artisan ide-helper:models --nowrite"
|
||||||
],
|
],
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
|
||||||
"php artisan ide-helper:generate",
|
"php artisan ide-helper:generate",
|
||||||
"php artisan ide-helper:meta",
|
"php artisan ide-helper:meta",
|
||||||
"php artisan ide-helper:models --nowrite"
|
"php artisan ide-helper:models --nowrite"
|
||||||
@ -140,11 +138,11 @@
|
|||||||
],
|
],
|
||||||
"prod": [
|
"prod": [
|
||||||
"composer install --prefer-dist --no-interaction --no-scripts --no-progress --no-ansi --no-dev",
|
"composer install --prefer-dist --no-interaction --no-scripts --no-progress --no-ansi --no-dev",
|
||||||
"Illuminate\\Foundation\\ComposerScripts::postInstall"
|
"composer dump-autoload"
|
||||||
],
|
],
|
||||||
"test": [
|
"test": [
|
||||||
"composer install --prefer-dist --no-interaction --no-scripts --no-progress --no-ansi",
|
"composer install --prefer-dist --no-interaction --no-scripts --no-progress --no-ansi",
|
||||||
"Illuminate\\Foundation\\ComposerScripts::postInstall"
|
"composer dump-autoload"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user