Closed pulasthibandara closed 9 months ago
CI is running/has finished running commands for commit 91da092cd05750579bd64750ef051c3f4300ce96. 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
🟥 Failed Commands |
---|
nx affected --target=e2e --exclude monodon --parallel |
Sent with 💌 from NxCloud.
Problem
When working with dependencies referenced from git and local sources outside the workspace, nx throws an error saying the dependency is outside the workspace.
Ex:
Fix
Check is the dependency is Git or a local path outside the workspace before adding to the graph.
fixes https://github.com/Cammisuli/monodon/issues/40