We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01a720b + a92af4d commit 8d7074eCopy full SHA for 8d7074e
1 file changed
packages/cli-kit/src/public/node/upgrade.ts
@@ -55,7 +55,7 @@ export async function runCLIUpgrade(): Promise<void> {
55
const isGlobal = currentProcessIsGlobal()
56
57
// Don't auto-upgrade for development mode
58
- if (!isGlobal && isDevelopment()) {
+ if (isDevelopment()) {
59
outputInfo('Skipping upgrade in development mode.')
60
return
61
}
0 commit comments