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
fix: Replace melos bootstrap with manual dependency resolution in analysis
The melos bootstrap approach was failing in CI due to mixed package resolution
issues. Instead of using melos, manually resolve dependencies for each package
in the correct order:
1. workmanager_platform_interface (no internal dependencies)
2. workmanager_android/ios (depend on platform_interface)
3. workmanager (depends on all platform packages)
This approach creates pubspec_overrides.yaml files manually for each package
to enable local path dependencies, mimicking what melos bootstrap should do
but avoiding the CI resolution issues.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments