fix(core): avoid terminal popups on windows#887
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit c09eb82. 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 ✅ Successfully ran 5 targetsSent with 💌 from NxCloud. |
|
Hey @AgentEnder, any suggestions on how to fix failing CI? I also tried running this failing |
|
@Den-dp Your PR should be able to pass the tests now! |
Helps to avoid Terminal popups on Windows by enforcing `{ windowsHide: true }`.
6049a43 to
c09eb82
Compare
|
|
@getlarge wow, sounds great! Thanks a lot I'll rebase it and check it out |
|
hey @AgentEnder, would you mind approving CI re-run |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |





Helps to avoid Terminal popups on Windows by enforcing
{ windowsHide: true }.