Skip to content

Commit 48b25dd

Browse files
authored
Mention the nx graph in the contributing guide (#7001)
* Mention the nx graph in the contributing guide * add alt
1 parent 0188ad8 commit 48b25dd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,16 @@ The repository is configured to use the Lerna caching system (via `nx`) for some
100100

101101
This helps speed up rebuilds when running `jlpm run build` multiple times to avoid rebuilding packages that have not changed on disk.
102102

103+
You can generate a graph to have a better idea of the dependencies between all the packages using the following command:
104+
105+
```
106+
npx nx graph
107+
```
108+
109+
Running the command will open a browser tab by default with a graph that looks like the following:
110+
111+
![a screenshot showing the nx task graph](https://github.com/jupyter/notebook/assets/591645/34eb46f0-b0e5-44b6-9430-ae5fbd673a4b)
112+
103113
To learn more about Lerna caching:
104114

105115
- https://lerna.js.org/docs/features/cache-tasks

0 commit comments

Comments
 (0)