Skip to content

Commit c1e678c

Browse files
committed
ignore mcp config update in boost:update
Signed-off-by: Pushpak Chhajed <[email protected]>
1 parent ab4e109 commit c1e678c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Console/UpdateCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public function handle(): void
1414
{
1515
$this->callSilently(InstallCommand::class, [
1616
'--no-interaction' => true,
17+
'--ignore-mcp-config' => true,
1718
]);
1819

1920
$this->components->info('Boost guidelines updated successfully.');

0 commit comments

Comments
 (0)