mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Fix nightly Release (#3511)
This commit is contained in:
parent
0c70a99b56
commit
137ffec3f6
2 changed files with 8 additions and 2 deletions
|
|
@ -13,6 +13,12 @@
|
|||
"src/**/*.json",
|
||||
"./package.json"
|
||||
],
|
||||
"exclude": ["node_modules", "dist", "src/**/*.test.ts"],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"src/**/*.test.ts",
|
||||
"src/**/*.test.tsx",
|
||||
"src/test-utils"
|
||||
],
|
||||
"references": [{ "path": "../core" }]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue