Skip to content

Commit e35899f

Browse files
authored
Fix asset publishing if they were already published (laravel#5734)
Thank you @sebdesign for the fix.
1 parent 901879d commit e35899f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@php artisan package:discover --ansi"
3939
],
4040
"post-update-cmd": [
41-
"@php artisan vendor:publish --tag=laravel-assets --ansi"
41+
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
4242
],
4343
"post-root-package-install": [
4444
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""

0 commit comments

Comments
 (0)