mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-04-21 13:37:17 +00:00
fix: gemini-cli-vscode-ide-companion's package script (#7555)
This commit is contained in:
parent
044c3a0e14
commit
93ec574f68
3 changed files with 2169 additions and 5 deletions
2169
package-lock.json
generated
2169
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -116,6 +116,7 @@
|
|||
"@types/vscode": "^1.99.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.31.1",
|
||||
"@typescript-eslint/parser": "^8.31.1",
|
||||
"@vscode/vsce": "^3.6.0",
|
||||
"esbuild": "^0.25.3",
|
||||
"eslint": "^9.25.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ import { fileURLToPath } from 'node:url';
|
|||
const __dirname = dirname(fileURLToPath(import.meta.url));
|
||||
const root = join(__dirname, '..');
|
||||
|
||||
execSync('npx --yes @vscode/vsce package --no-dependencies', {
|
||||
execSync('npm --workspace=gemini-cli-vscode-ide-companion run package', {
|
||||
stdio: 'inherit',
|
||||
cwd: join(root, 'packages', 'vscode-ide-companion'),
|
||||
cwd: root,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue