Skip to content

Commit

Permalink
docs(angular): add cd instruction to move inside workspace directory
Browse files Browse the repository at this point in the history
npx nx serve angular-store this would not work if the user does not move to the directory first.
  • Loading branch information
mann-codes2014 authored and isaacplmann committed Sep 27, 2024
1 parent 77a80c0 commit 670ef36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/shared/tutorials/angular-monorepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ The [`nx.json` file](/reference/nx-json) contains configuration settings for Nx
To serve your new Angular application, just run:

```shell
cd angular-monorepo
npx nx serve angular-store
```

Expand Down

0 comments on commit 670ef36

Please sign in to comment.