mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
fix: gemini-cli-vscode-ide-companion's package script (#7555)
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user