-
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
docs(migration): update turborepo migration guide #29522
docs(migration): update turborepo migration guide #29522
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
View your CI Pipeline Execution ↗ for commit 8db7695.
☁️ Nx Cloud last updated this comment at |
Thanks for the contribution! I'll get this into a mergeable state later today and then follow up with another PR that will address the configuration settings that you mentioned. |
docs: rename pipeline to tasks docs: changed some variable names and removed some variables docs: add `interactive` as a task configuration fix: fmt
5ccfdec
to
8db7695
Compare
I came across the TurboRepo migration guide and noticed some outdated TurboRepo configurations. I’ve updated the migration guide for TurboRepo. However, the documentation still lacks some global configurations: - [ui](https://turbo.build/repo/docs/reference/configuration#ui) - cacheDir - [deamon](https://turbo.build/repo/docs/reference/configuration#daemon) - [envMode](https://turbo.build/repo/docs/reference/configuration#envmode) - [remoteCaching](https://turbo.build/repo/docs/core-concepts/remote-caching) I'm not entirely sure if these should be included in the migration guide or what their equivalent would be in nx, as I'm not yet very familiar with nx.
I came across the TurboRepo migration guide and noticed some outdated TurboRepo configurations. I’ve updated the migration guide for TurboRepo. However, the documentation still lacks some global configurations: - [ui](https://turbo.build/repo/docs/reference/configuration#ui) - cacheDir - [deamon](https://turbo.build/repo/docs/reference/configuration#daemon) - [envMode](https://turbo.build/repo/docs/reference/configuration#envmode) - [remoteCaching](https://turbo.build/repo/docs/core-concepts/remote-caching) I'm not entirely sure if these should be included in the migration guide or what their equivalent would be in nx, as I'm not yet very familiar with nx. (cherry picked from commit dd9db36)
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. |
I came across the TurboRepo migration guide and noticed some outdated TurboRepo configurations.
I’ve updated the migration guide for TurboRepo. However, the documentation still lacks some global configurations:
I'm not entirely sure if these should be included in the migration guide or what their equivalent would be in nx, as I'm not yet very familiar with nx.