Skip to content

Commit

Permalink
Auto publish log viewer assets
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Aug 24, 2024
1 parent f973019 commit 3c13e35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi",
"@php artisan filament:upgrade"
"@php artisan filament:upgrade",
"@php artisan vendor:publish --tag=log-viewer-assets --force"
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
Expand Down

0 comments on commit 3c13e35

Please sign in to comment.