Skip to content

Commit

Permalink
publish mixpost-auth assets on update
Browse files Browse the repository at this point in the history
  • Loading branch information
lao9s committed Jul 12, 2023
1 parent 003aee0 commit 3ceafc8
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 @@ -38,7 +38,8 @@
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
"@php artisan mixpost:publish-assets --force=true"
"@php artisan mixpost:publish-assets --force=true",
"@php artisan vendor:publish --tag=mixpost-auth-assets --force"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
Expand Down

0 comments on commit 3ceafc8

Please sign in to comment.