Auto-publish assets from Livewire
This commit is contained in:
parent
520668bce4
commit
f2f556004d
1 changed files with 2 additions and 1 deletions
|
|
@ -103,7 +103,8 @@
|
|||
],
|
||||
"post-autoload-dump": [
|
||||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
||||
"@php artisan package:discover --ansi"
|
||||
"@php artisan package:discover --ansi",
|
||||
"@php artisan vendor:publish --force --tag=livewire:assets --ansi"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue