-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix(core): fix init logging and package.json updates #22843
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 9cb0b9c. 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. |
'- Enabled computation caching!', | ||
`- Run "${pmc.exec} nx run-many --t build" to run the build target for every project in the workspace. Run it again to replay the cached computation.`, | ||
` - https://nx.dev/features/cache-task-results`, | ||
`- Run "${pmc.exec} nx graph" to see the graph of the monorepo. It will show tasks that you can run with Nx.`, |
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.
graph of the monorepo
- it may be a standalone workspace
Maybe reword to `Run "${pmc.exec} nx graph" to explore the projects and tasks in your workspace.
13afdd7
to
26a67d1
Compare
3db1865
to
3be666a
Compare
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. |
Current Behavior
The "final" message for the init flow is not always at the bottom of the logs. For the new init flow, it gets covered up by all the init logs. Also, for npm monorepos, all
package.json
files havenx: {}
added which should not be the case for anypackage.json
files in the case of a monorepo.Expected Behavior
The final message for the init flow appears at the bottom of the logs. All the
package.json
files are also not touched for a npm workspace case.Related Issue(s)
Fixes #