Skip to content

Commit

Permalink
fix(react): update nx generator commands in react sample app (#10680)
Browse files Browse the repository at this point in the history
  • Loading branch information
damian66 committed Jun 10, 2022
1 parent cd779a0 commit 6e924c8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -743,9 +743,9 @@ export function NxWelcome({ title }: { title: string }) {
</summary>
<pre>
<span># Generate UI lib</span>
nx g @nrwl/angular:lib ui
nx g @nrwl/react:lib ui
<span># Add a component</span>
nx g @nrwl/angular:component button --project ui
nx g @nrwl/react:component button --project ui
</pre>
</details>
<details>
Expand Down

0 comments on commit 6e924c8

Please sign in to comment.