mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Move vscode extension build into its own command (#4799)
This commit is contained in:
@@ -33,10 +33,6 @@ if (!existsSync(join(root, 'node_modules'))) {
|
||||
// build all workspaces/packages
|
||||
execSync('npm run generate', { stdio: 'inherit', cwd: root });
|
||||
execSync('npm run build --workspaces', { stdio: 'inherit', cwd: root });
|
||||
execSync('npx --yes @vscode/vsce package --no-dependencies', {
|
||||
stdio: 'inherit',
|
||||
cwd: join(root, 'packages', 'vscode-ide-companion'),
|
||||
});
|
||||
|
||||
// also build container image if sandboxing is enabled
|
||||
// skip (-s) npm install + build since we did that above
|
||||
|
||||
Reference in New Issue
Block a user