Closed chriscoderdr closed 4 weeks ago
CI is running/has finished running commands for commit 3adb03ce5e1556b4bd8fed576b830a9b2cdaea7b. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
NoHoist is not working in npm workspaces but I found out in this issue https://github.com/npm/rfcs/issues/287 this was just recently added (maybe?) so I'm gonna use yarn workspace who fully supports it
It's finally working as expected, this took longer than expected due to the mono repo setup NPM Workspace didn't work cause we need to unhoist some packages due to having different versions of the same package across the projects but cannot change it due to being the versions required by these projects
and rider-app are cacheable.
Resolved the error in NX Cloud that prevented distributed task execution due to non-cacheable tasks.