Skip to content

Commit ebb135a

Browse files
committed
chore: wip
1 parent 0f3c7d5 commit ebb135a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/launchpad/bin/cli.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,6 @@ async function setupDevelopmentEnvironment(
514514
quiet: options?.quiet || isShellIntegration,
515515
shellOutput: isShellIntegration,
516516
skipGlobal: process.env.NODE_ENV === 'test' || process.env.LAUNCHPAD_SKIP_GLOBAL_AUTO_SCAN === 'true',
517-
verbose: config.verbose,
518517
})
519518
}
520519

@@ -1990,7 +1989,6 @@ cli
19901989
quiet: options?.quiet || isShellIntegration, // Force quiet for shell integration
19911990
shellOutput: isShellIntegration,
19921991
skipGlobal: process.env.NODE_ENV === 'test' || process.env.LAUNCHPAD_SKIP_GLOBAL_AUTO_SCAN === 'true', // Skip global packages only in test mode or when explicitly disabled
1993-
verbose: config.verbose,
19941992
})
19951993
}
19961994
catch (error) {

0 commit comments

Comments
 (0)