mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
feat: Enable CI test reporting and artifact management (#367)
This commit is contained in:
parent
9c46acc793
commit
7d818b46bc
5 changed files with 69 additions and 25 deletions
|
|
@ -18,6 +18,7 @@
|
|||
"lint": "eslint . --ext .ts,.tsx",
|
||||
"format": "prettier --write .",
|
||||
"test": "vitest run",
|
||||
"test:ci": "vitest run --reporter=junit --outputFile=junit.xml",
|
||||
"prerelease:version": "node ../../scripts/bind_package_version.js",
|
||||
"prerelease:deps": "node ../../scripts/bind_package_dependencies.js",
|
||||
"prepublishOnly": "npm publish --workspace=@gemini-code/server",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue