-
Notifications
You must be signed in to change notification settings - Fork 2.5k
feat(core): improve nx connect success message #21295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core): improve nx connect success message #21295
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit c851ac5. 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 6 targets
Sent with 💌 from NxCloud. |
packages/nx/src/nx-cloud/generators/connect-to-nx-cloud/connect-to-nx-cloud.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make this minor update in a followup PR?
@@ -54,15 +50,10 @@ export async function connectToNxCloudCommand(): Promise<boolean> { | |||
const nxJson = readNxJson(); | |||
if (isNxCloudUsed(nxJson)) { | |||
output.log({ | |||
title: '✅ This workspace is already connected to Nx Cloud.', | |||
title: '✔ This workspace has already Nx Cloud set up', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: '✔ This workspace has already Nx Cloud set up', | |
title: '✔ This workspace already has Nx Cloud set up', |
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Improve Nx Cloud connect success message to point to root of Nx Cloud app, so that the users can benefit from the new GitHub automated workflow.
Related Issue(s)
Fixes #