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
(cherry picked from commit 6a7a7c1)
  • Loading branch information
Phillip9587 authored and FrozenPandaz committed Sep 29, 2022
1 parent c344a10 commit 7bde32f
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

0 comments on commit 7bde32f

Please sign in to comment.