Tweak composer commands. Closes #1954.
This commit is contained in:
parent
07a5edb9db
commit
e12830534e
@ -13,9 +13,15 @@
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"pre-install-cmd": [
|
||||
"php artisan clear-compiled"
|
||||
],
|
||||
"pre-update-cmd": [
|
||||
"php artisan clear-compiled"
|
||||
],
|
||||
"post-install-cmd": [
|
||||
"php artisan optimize"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"php artisan optimize"
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user