Skip to content

Commit 4d3a988

Browse files
authored
Update composer.json
1 parent 7af808f commit 4d3a988

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"@php artisan filament:upgrade"
5050
],
5151
"post-update-cmd": [
52-
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
52+
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
53+
"@php artisan mailcoach:publish"
5354
],
5455
"post-root-package-install": [
5556
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",

0 commit comments

Comments
 (0)