feat(third_party) Port get-ripgrep. (#8514)

This commit is contained in:
joshualitt
2025-09-19 08:13:28 -07:00
committed by GitHub
parent 3204278216
commit 79db3a5ff3
16 changed files with 308 additions and 129 deletions
+1
View File
@@ -43,6 +43,7 @@ for (const workspace of rootPackageJson.workspaces) {
for (const pkgPath of packages) {
const pkgDir = dirname(join(root, pkgPath));
rmSync(join(pkgDir, 'dist'), RMRF_OPTIONS);
rmSync(join(pkgDir, 'tsconfig.tsbuildinfo'), RMRF_OPTIONS);
}
}