Skip to content

Commit f888f85

Browse files
committed
Make the update trigger packages not print anything in dev
1 parent e9a63a4 commit f888f85

File tree

1 file changed

+1
-1
lines changed
  • packages/cli-v3/src/commands

1 file changed

+1
-1
lines changed

packages/cli-v3/src/commands/dev.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ async function startDev(
137137

138138
if (!options.skipUpdateCheck) {
139139
console.log(); // spacing
140-
await updateTriggerPackages(dir, { ...options }, false, true);
140+
await updateTriggerPackages(dir, { ...options }, true, true);
141141
}
142142

143143
printDevBanner(!options.skipUpdateCheck);

0 commit comments

Comments
 (0)