feat(ci): integrate PR #12389 build improvements and tsbuildinfo

This commit is contained in:
mkorwel
2026-04-14 17:05:30 -07:00
parent c850a720a0
commit 5517dba650
8 changed files with 23 additions and 23 deletions
-1
View File
@@ -36,7 +36,6 @@
"build-and-start": "npm run build && npm run start --",
"build:vscode": "node scripts/build_vscode_companion.js",
"build:all": "npm run build && npm run build:sandbox && npm run build:vscode",
"build:packages": "npm run build --workspaces",
"build:sandbox": "node scripts/build_sandbox.js",
"build:binary": "node scripts/build_binary.js",
"bundle": "npm run generate && npm run build --workspace=@google/gemini-cli-devtools && npm run bundle:browser-mcp -w @google/gemini-cli-core && node esbuild.config.js && node scripts/copy_bundle_assets.js",