Skip to content

Commit

Permalink
fix(core): include nx/nuxt in migrations (#21885)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini committed Feb 21, 2024
1 parent 1d33c50 commit f3cf98d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx/package.json
Expand Up @@ -125,6 +125,7 @@
"@nrwl/next",
"@nx/node",
"@nrwl/node",
"@nx/nuxt",
"@nx/playwright",
"@nx/plugin",
"@nrwl/nx-plugin",
Expand Down
4 changes: 4 additions & 0 deletions packages/nx/src/utils/plugins/core-plugins.ts
Expand Up @@ -52,6 +52,10 @@ export function fetchCorePlugins(): CorePlugin[] {
name: '@nx/node',
capabilities: 'executors,generators',
},
{
name: '@nx/nuxt',
capabilities: 'generators',
},
{
name: 'nx',
capabilities: 'executors',
Expand Down

0 comments on commit f3cf98d

Please sign in to comment.