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(ci): strip ANSI codes from nx report output (#7992)
nx report emits ANSI color/bold escape sequences which caused grep
to fail matching version lines (e.g. ^nx), crashing the Build NX
Report MDX step under set -euo pipefail.
0 commit comments