mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-03-14 20:39:44 +01:00
Updated pre-update composer hook
This commit is contained in:
parent
eb9d22975d
commit
12e940e59c
@ -63,8 +63,10 @@
|
||||
"php artisan optimize",
|
||||
"chmod -R 755 storage"
|
||||
],
|
||||
"pre-update-cmd": [
|
||||
"php artisan clear-compiled"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"php artisan clear-compiled",
|
||||
"php artisan optimize",
|
||||
"chmod -R 755 storage"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user