-
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
feat(core): add metagenerator for convert-to-inferred #27672
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 2b8154d. 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 targets
Sent with 💌 from NxCloud. |
fc9d7e8
to
e7431fc
Compare
e7431fc
to
6e066d7
Compare
packages/workspace/src/generators/infer-targets/infer-targets.ts
Outdated
Show resolved
Hide resolved
packages/workspace/src/generators/infer-targets/infer-targets.ts
Outdated
Show resolved
Hide resolved
0c910eb
to
5ab7f1f
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 DX to migrate to project crystal isn't great right now - people have to run
convert-to-inferred
generators manually.Expected Behavior
We should provide a smoother way to migrate, so we introduced an
@nx/workspace:infer-targets
generator that can handle multiple conversions at once, either for the whole workspace or at a project level.