Skip to content

Commit

Permalink
Fix asset publishing if they were already published (#5734)
Browse files Browse the repository at this point in the history
Thank you @sebdesign for the fix.
  • Loading branch information
mikemand committed Nov 25, 2021
1 parent 901879d commit e35899f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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');\""
Expand Down

0 comments on commit e35899f

Please sign in to comment.