🚀 Updates
- Updated
moon run --interactive
to allow more than 1 target.
🐞 Fixes
- Fixed an issue where "raw" codegen files were sometimes being rendered, and failing with invalid
syntax. - Fixed an issue where task dependents for the non-primary targets were being included in the action
graph. - Fixed an issue with the project graph that would create duplicate nodes for deeply nested cycles.
- Fixed an issue where a cycle would be created in the action graph for the
SyncProject
action
type.