mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07: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