From 6e924c86a91b54e75915eab5edb7af7bd3eecf39 Mon Sep 17 00:00:00 2001 From: Damian Date: Fri, 10 Jun 2022 15:34:51 +0200 Subject: [PATCH] fix(react): update nx generator commands in react sample app (#10680) --- .../application/files/common/src/app/nx-welcome.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react/src/generators/application/files/common/src/app/nx-welcome.tsx b/packages/react/src/generators/application/files/common/src/app/nx-welcome.tsx index 6278272a11..fe753f2413 100644 --- a/packages/react/src/generators/application/files/common/src/app/nx-welcome.tsx +++ b/packages/react/src/generators/application/files/common/src/app/nx-welcome.tsx @@ -743,9 +743,9 @@ export function NxWelcome({ title }: { title: string }) {
                 # Generate UI lib
-                nx g @nrwl/angular:lib ui
+                nx g @nrwl/react:lib ui
                 # Add a component
-                nx g @nrwl/angular:component button --project ui
+                nx g @nrwl/react:component button --project ui