Skip to content

Commit

Permalink
Ensure we upgrade filament when we upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
V13Axel committed Jan 26, 2024
1 parent f8f3c45 commit bb01164
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 @@ -94,7 +94,8 @@
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
"@php artisan package:discover --ansi",
"@php artisan filament:upgrade"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
Expand Down

0 comments on commit bb01164

Please sign in to comment.