mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 17:27:54 +00:00
Include companion VS Code extension VSIX as part of build/release (#4254)
This commit is contained in:
Binary file not shown.
@@ -29,7 +29,9 @@
|
||||
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
|
||||
"package": "vsce package --no-dependencies",
|
||||
"check-types": "tsc --noEmit",
|
||||
"lint": "eslint src"
|
||||
"lint": "eslint src",
|
||||
"test": "echo \"vscode-ide-companion has no tests yet\"",
|
||||
"test:ci": "echo \"vscode-ide-companion has no tests yet\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/cors": "^2.8.19",
|
||||
|
||||
Reference in New Issue
Block a user