mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Fix nightly Release (#3511)
This commit is contained in:
@@ -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" }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user