mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 21:20:44 +00:00
chore: fix vscode release workflow on Windows Runner
This commit is contained in:
parent
e5b800a79d
commit
293fe8f1f4
1 changed files with 1 additions and 4 deletions
|
|
@ -20,7 +20,6 @@
|
|||
import path from 'node:path';
|
||||
import { fileURLToPath } from 'node:url';
|
||||
import { spawnSync } from 'node:child_process';
|
||||
import os from 'node:os';
|
||||
import fs from 'node:fs';
|
||||
|
||||
const __filename = fileURLToPath(import.meta.url);
|
||||
|
|
@ -230,9 +229,7 @@ function main() {
|
|||
}
|
||||
|
||||
run(npm, installArgs, {
|
||||
// Run outside the repo so npm doesn't treat this as a workspace install.
|
||||
// This avoids Windows junctions/symlinks in the staged node_modules.
|
||||
cwd: os.tmpdir(),
|
||||
cwd: bundledCliDir,
|
||||
env: {
|
||||
...process.env,
|
||||
npm_config_workspaces: 'false',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue