Roo-Code/packages/build
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
..
src fix: add retry logic to copyDir/copyPaths for EBUSY errors on Windows 2026-05-12 14:29:28 +00:00
eslint.config.mjs Upgrade to ESLint 9 + share eslint config across workspaces (#3815) 2025-05-21 21:30:21 -07:00
package.json Farewell jest (#4607) 2025-06-16 21:39:45 -07:00
tsconfig.json Fix vite server (#3816) 2025-05-21 21:39:41 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00