mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-25 11:12:36 -07:00
chore: migrate to @typescript/native-preview (tsgo)
This commit is contained in:
@@ -29,7 +29,7 @@ if (!process.cwd().includes('packages')) {
|
||||
const packageName = basename(process.cwd());
|
||||
|
||||
// build typescript files
|
||||
execSync('tsc --build', { stdio: 'inherit' });
|
||||
execSync('tsgo --build', { stdio: 'inherit' });
|
||||
|
||||
// Run package-specific bundling if the script exists
|
||||
const bundleScript = join(process.cwd(), 'scripts', 'bundle-browser-mcp.mjs');
|
||||
|
||||
Reference in New Issue
Block a user