Skip to content

Commit

Permalink
Merge pull request #3 from inovector/next
Browse files Browse the repository at this point in the history
removed horizon:publish from Publish command
  • Loading branch information
lao9s authored May 14, 2024
2 parents 7e262b3 + 1e1e0ec commit 79437be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Console/Commands/Publish.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public function handle(): void
$commands = [
'mixpost:publish-assets --force=true',
'vendor:publish --tag=mixpost-migrations --force',
'horizon:publish',
];

if($this->option('enterprise')) {
Expand Down

0 comments on commit 79437be

Please sign in to comment.