Update scripts/smart-install.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alex Newman
2025-12-09 18:42:19 -05:00
committed by GitHub
parent 5f36d2bf9a
commit b985579959
+1
View File
@@ -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