We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0188ad8 commit 48b25ddCopy full SHA for 48b25dd
CONTRIBUTING.md
@@ -100,6 +100,16 @@ The repository is configured to use the Lerna caching system (via `nx`) for some
100
101
This helps speed up rebuilds when running `jlpm run build` multiple times to avoid rebuilding packages that have not changed on disk.
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
+
112
113
To learn more about Lerna caching:
114
115
- https://lerna.js.org/docs/features/cache-tasks
0 commit comments