mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clear views w/composer
This commit is contained in:
parent
06ba3d743c
commit
2bbebcf9a4
@ -99,11 +99,13 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"rm bootstrap/cache/compiled.php || true",
|
"rm bootstrap/cache/compiled.php || true",
|
||||||
|
"php artisan view:clear",
|
||||||
"php artisan clear-compiled",
|
"php artisan clear-compiled",
|
||||||
"php artisan optimize"
|
"php artisan optimize"
|
||||||
],
|
],
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
"rm bootstrap/cache/compiled.php || true",
|
"rm bootstrap/cache/compiled.php || true",
|
||||||
|
"php artisan view:clear",
|
||||||
"php artisan clear-compiled",
|
"php artisan clear-compiled",
|
||||||
"php artisan optimize"
|
"php artisan optimize"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user