Skip to content

Commit

Permalink
fix(core): add missing packages to report command (#12306)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 committed Sep 29, 2022
1 parent 27037cb commit 6a7a7c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/nx/src/command-line/report.ts
Expand Up @@ -20,6 +20,7 @@ export const packagesWeCareAbout = [
'@nrwl/cypress',
'@nrwl/detox',
'@nrwl/devkit',
'@nrwl/esbuild',
'@nrwl/eslint-plugin-nx',
'@nrwl/expo',
'@nrwl/express',
Expand All @@ -33,9 +34,11 @@ export const packagesWeCareAbout = [
'@nrwl/nx-plugin',
'@nrwl/react',
'@nrwl/react-native',
'@nrwl/rollup',
'@nrwl/schematics',
'@nrwl/storybook',
'@nrwl/web',
'@nrwl/webpack',
'@nrwl/workspace',
'typescript',
];
Expand Down

1 comment on commit 6a7a7c1

@vercel
Copy link

@vercel vercel bot commented on 6a7a7c1 Sep 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.