Clear views w/composer
This commit is contained in:
parent
06ba3d743c
commit
2bbebcf9a4
1 changed files with 2 additions and 0 deletions
|
|
@ -99,11 +99,13 @@
|
|||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"rm bootstrap/cache/compiled.php || true",
|
||||
"php artisan view:clear",
|
||||
"php artisan clear-compiled",
|
||||
"php artisan optimize"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"rm bootstrap/cache/compiled.php || true",
|
||||
"php artisan view:clear",
|
||||
"php artisan clear-compiled",
|
||||
"php artisan optimize"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue