File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,16 @@ The repository is configured to use the Lerna caching system (via `nx`) for some
100
100
101
101
This helps speed up rebuilds when running ` jlpm run build ` multiple times to avoid rebuilding packages that have not changed on disk.
102
102
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
+
103
113
To learn more about Lerna caching:
104
114
105
115
- https://lerna.js.org/docs/features/cache-tasks
You can’t perform that action at this time.
0 commit comments