Skip to content
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(misc): fix nx list capabilities resolution #12621

Merged
merged 1 commit into from Oct 14, 2022

Conversation

FrozenPandaz
Copy link
Collaborator

@FrozenPandaz FrozenPandaz commented Oct 14, 2022

Current vs Expected Behavior

~/p/nx-examples (upnx1480|✚23…) $ nx list @nrwl/react

 >  NX   Capabilities in @nrwl/react:

   GENERATORS
   
   init : Initialize the `@nrwl/react` plugin.
   application : Create a React application.
   library : Create a React library.
   component : Create a React component.
   redux : Create a Redux slice for a project.
   storybook-configuration : Set up storybook for a React app or library.
   component-story : Generate storybook story for a React component.
   stories : Create stories/specs for all components declared in an app or library.
   component-cypress-spec : Create a Cypress spec for a UI component that has a story.
   hook : Create a hook.
+   host : Generate a host react application
+   remote : Generate a remote react application
   cypress-component-configuration : Setup Cypress component testing for a React project.
   component-test : Generate a Cypress component test for a React component.
   setup-tailwind : Set up Tailwind configuration for a project.
   
   EXECUTORS/BUILDERS
   
   module-federation-dev-server : Serve a host or remote application.

Current Behavior

The resolution chain is:
package.json#generators => schematics.json#generators
package.json#schematics => schematics.json#schematics

Expected Behavior

The resolution chain is:
package.json#generators => schematics.json#generators
package.json#generators => schematics.json#schematics
package.json#schematics => schematics.json#generators
package.json#generators => schematics.json#schematics

Related Issue(s)

Fixes #12556

@vercel
Copy link

vercel bot commented Oct 14, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
nx-dev ✅ Ready (Inspect) Visit Preview Oct 14, 2022 at 9:08PM (UTC)

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nx list @nrwl/react not listing all generators
1 participant