Skip to content

Commit

Permalink
fix(core): ensure rsbuild is part of nx package group (#29310)
Browse files Browse the repository at this point in the history
## Current Behavior
The new `@nx/rsbuild` package is not listed as part of the Nx package
group.
This can lead to issues with reporting and migrations.

## Expected Behavior
Ensure `@nx/rsbuild` package is listed in the packageGroup
  • Loading branch information
Coly010 authored Dec 11, 2024
1 parent 6434ab3 commit c21d992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
"@nx/rollup",
"@nx/remix",
"@nx/rspack",
"@nx/rsbuild",
"@nx/storybook",
"@nx/vite",
"@nx/vue",
Expand Down

0 comments on commit c21d992

Please sign in to comment.