Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspertey committed Nov 10, 2024
1 parent 59eb892 commit d3d5732
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Commands/PublishCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ public function handle(): int

if (in_array('stubs', $thingsToPublish)) {
$this->comment('Publishing stubs...');
$this->call('ddd:stub --all');
$this->call('ddd:stub', [
'--all' => true,
]);
}

return self::SUCCESS;
Expand Down

0 comments on commit d3d5732

Please sign in to comment.