You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove problematic path.resolve() call that uses process.cwd() internally
- For relative paths, use them as-is and let file system operations handle resolution
- This avoids ENOENT errors in CI when process.cwd() returns invalid paths
- Tests pass locally and should now pass in CI
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments