From 4f7f0654d1efc9af5147778dba105ffd147759e1 Mon Sep 17 00:00:00 2001 From: Micheal Mand Date: Wed, 24 Nov 2021 12:43:08 -0700 Subject: [PATCH] Fix asset publishing if they were already published Thank you @sebdesign for the fix. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 61f49126466..8fc7406e71c 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "@php artisan package:discover --ansi" ], "post-update-cmd": [ - "@php artisan vendor:publish --tag=laravel-assets --ansi" + "@php artisan vendor:publish --tag=laravel-assets --ansi --force" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""