Roo-Code/packages/build/src
Roo Code 3fd128832c fix: add retry logic to copyDir/copyPaths for EBUSY errors on Windows
The Windows CI bundle step fails with EBUSY when antivirus or indexing
services hold brief locks on files during copyFileSync. Add a
copyFileWithRetry helper (matching the existing rmDir retry pattern)
that retries up to 5 times with exponential backoff for EBUSY, EPERM,
and EACCES errors.
2026-05-12 14:29:28 +00:00
..
__tests__ Move the native tool call toggle to experimental settings (#9297) 2025-11-17 09:41:30 -05:00
esbuild.ts fix: add retry logic to copyDir/copyPaths for EBUSY errors on Windows 2026-05-12 14:29:28 +00:00
git.ts Fix linter errors (#3821) 2025-05-21 23:16:43 -07:00
index.ts Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
types.ts Add enum support to configuration schema (#9247) 2025-11-13 17:06:25 -05:00