fix: 修复 rg 文件的传入

This commit is contained in:
claude-code-best
2026-04-03 19:45:43 +08:00
parent 7e888ce38d
commit a6bef45113
4 changed files with 212 additions and 2 deletions

View File

@@ -32,7 +32,8 @@
"packages/@ant/*"
],
"files": [
"dist"
"dist",
"scripts/download-ripgrep.ts"
],
"scripts": {
"build": "bun run build.ts",
@@ -46,6 +47,7 @@
"test": "bun test",
"check:unused": "knip-bun",
"health": "bun run scripts/health-check.ts",
"postinstall": "node dist/download-ripgrep.js || bun run scripts/download-ripgrep.ts || true",
"docs:dev": "npx mintlify dev"
},
"dependencies": {},