Make config caching less aggressive
This commit is contained in:
parent
acdc78e89d
commit
b08d6a4b9d
5 changed files with 2 additions and 14 deletions
|
@ -68,21 +68,13 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"pre-install-cmd": [
|
||||
"rm -f bootstrap/cache/services.php bootstrap/cache/compiled.php"
|
||||
],
|
||||
"pre-update-cmd": [
|
||||
"rm -f bootstrap/cache/services.php bootstrap/cache/compiled.php"
|
||||
],
|
||||
"post-install-cmd": [
|
||||
"Illuminate\\Foundation\\ComposerScripts::postInstall",
|
||||
"php artisan optimize",
|
||||
"php artisan config:cache"
|
||||
"php artisan optimize"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
||||
"php artisan optimize",
|
||||
"php artisan config:cache"
|
||||
"php artisan optimize"
|
||||
]
|
||||
},
|
||||
"prefer-stable": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue