removed redundant composer dump

This commit is contained in:
Denis Duliçi 2021-11-03 17:05:28 +03:00
parent 4d9de067e0
commit 3fc3b66484
2 changed files with 312 additions and 333 deletions

View File

@ -125,36 +125,26 @@
"Illuminate\\Foundation\\ComposerScripts::postInstall", "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"
"php artisan clear-compiled",
"composer dump-autoload"
], ],
"post-update-cmd": [ "post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate", "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"
"php artisan clear-compiled",
"composer dump-autoload"
], ],
"post-create-project-cmd": [ "post-create-project-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postInstall", "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 clear-compiled",
"composer dump-autoload"
], ],
"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", "Illuminate\\Foundation\\ComposerScripts::postInstall"
"php artisan clear-compiled",
"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", "Illuminate\\Foundation\\ComposerScripts::postInstall"
"php artisan clear-compiled",
"composer dump-autoload"
] ]
}, },
"config": { "config": {

625
composer.lock generated

File diff suppressed because it is too large Load Diff