From b985579959f7355faea76d7d64c4f2639a4a2bde Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Tue, 9 Dec 2025 18:42:19 -0500 Subject: [PATCH] Update scripts/smart-install.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- scripts/smart-install.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/smart-install.js b/scripts/smart-install.js index d1767779..6d04c85c 100644 --- a/scripts/smart-install.js +++ b/scripts/smart-install.js @@ -263,6 +263,7 @@ async function runNpmInstall() { cwd: MARKETPLACE_ROOT, stdio: 'pipe', // Silent output unless error encoding: 'utf-8', + windowsHide: true, }); // Verify better-sqlite3 was installed