Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra authored Feb 21, 2025
1 parent 9b8b18c commit 6f0a729
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions 300/300/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ Where ```tsconfig.base.json``` contains:
```
/hatch-project/src/hatch_project/tsconfig.base.json


### Running Commands
After setting up `workspace.json`, you can run commands like:

Expand Down Expand Up @@ -449,7 +448,6 @@ https://cloud.nx.app/connect/Ehf8PFoDWR

Finish the CI setup by visiting: https://cloud.nx.app/connect/eXwFUcpdBt # **Note**: the URL will differ per creation. See [Enable GitHub PR Integration](https://nx.dev/ci/recipes/source-control-integration/github) and/or watch [PNPM-CI: Connect Your Workspace to Nx Cloud for Enhanced Collaboration](https://www.youtube.com/watch?v=8mqHXYIl_qI).


The message "A workspace has already been assigned to this Nx Cloud connection" means that:

1. Your workspace is already configured with an Nx Cloud ID
Expand All @@ -473,8 +471,6 @@ This will:
- Generate a new, unique connection
- Provide you with a fresh URL to connect



## Nested app directories

You can have nested folders, no problems. 👍 Here's a [live example](https://github.com/codyslexia/nexa/tree/main/apps/graphql). You can see that apps/graphql/users is a nested directory where users is the actual project. There's also this [other example](https://github.com/nrwl/nx-incremental-large-repo/tree/master/libs/app0/lib1) from the ```nrwl``` family.
Expand All @@ -490,15 +486,16 @@ For example to ignore any files in ```.next```:
```
.nxignore


Now to run a build, run the following command from the root of the repository:

```
npx nx run-many -t build
$ cd / # Go to the root of the repository
$ npx nx run-many -t build
```

To run a build for all applications, run the following command from the root of the repository:

```
npx nx run-many -t build --all
$ cd / # Go to the root of the repository
$ npx nx run-many -t build --all
```

0 comments on commit 6f0a729

Please sign in to comment.