From d176db9dfe4d9cfed5561fb3f8bd147ed8f6bfaf Mon Sep 17 00:00:00 2001 From: Colum Ferry Date: Wed, 11 Dec 2024 15:25:26 +0000 Subject: [PATCH] fix(core): ensure rsbuild is part of nx package group --- packages/nx/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/nx/package.json b/packages/nx/package.json index bd23f33a5394c..98ad418778cee 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -124,6 +124,7 @@ "@nx/rollup", "@nx/remix", "@nx/rspack", + "@nx/rsbuild", "@nx/storybook", "@nx/vite", "@nx/vue",