mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Make config caching less aggressive
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user