We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd02fa commit 8edba11Copy full SHA for 8edba11
src/lib/dev-environment/dev-environment-core.ts
@@ -124,7 +124,7 @@ export async function startEnvironment(
124
}
125
126
let updated = false;
127
- if ( ! options.skipWpVersionsCheck ) {
+ if ( ! options.skipWpVersionsCheck && process.stdin.isTTY ) {
128
updated = await maybeUpdateWordPressImage( lando, slug );
129
130
updated = updated || ( await maybeUpdateVersion( lando, slug ) );
0 commit comments