We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4119f1 commit 423fdb2Copy full SHA for 423fdb2
packages/cli/src/cli-entry.mts
@@ -51,10 +51,9 @@ import { scheduleUpdateCheck } from './utils/update/manager.mts'
51
const __filename = fileURLToPath(import.meta.url)
52
53
void (async () => {
54
- const registryUrl = lookupRegistryUrl()
55
-
56
// Skip update checks in test environments.
57
if (!ENV.VITEST && !ENV.CI) {
+ const registryUrl = lookupRegistryUrl()
58
// Unified update notifier handles both SEA and npm automatically.
59
await scheduleUpdateCheck({
60
authInfo: lookupRegistryAuthToken(registryUrl, { recursive: true }),
0 commit comments