We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a94e32 commit e27dad6Copy full SHA for e27dad6
src/cli.ts
@@ -60,8 +60,7 @@ program
60
61
// Check for updates before command execution for global installations
62
const commandName = thisCommand.name()
63
- // Skip update check for help command
64
- if (commandName !== 'help' && commandName !== 'hatchbox') {
+ if (commandName !== 'hatchbox') {
65
try {
66
const { checkAndNotifyUpdate } = await import('./utils/update-notifier.js')
67
const { detectInstallationMethod } = await import('./utils/installation-detector.js')
0 commit comments