Skip to content

Commit 7b9c40f

Browse files
committed
chore(config): update Nx task graph for graph-expansion
Auto-generated Nx task dependency graph now includes graph-expansion package.
1 parent d31af8b commit 7b9c40f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,13 @@ flowchart LR
132132
client_typecheck{{"typecheck"}}
133133
end
134134
135+
subgraph graph_expansion["graph-expansion"]
136+
graph_expansion_build[["build"]]
137+
graph_expansion_lint{{"lint"}}
138+
graph_expansion_test(["test"])
139+
graph_expansion_typecheck{{"typecheck"}}
140+
end
141+
135142
subgraph graph_gen["graph-gen"]
136143
graph_gen_build[["build"]]
137144
graph_gen_lint{{"lint"}}
@@ -173,8 +180,10 @@ flowchart LR
173180
174181
%% Task dependencies
175182
algorithms_typecheck --> algorithms_build
183+
graph_gen_build --> algorithms_build
176184
types_build --> algorithms_build
177185
algorithms_typecheck --> algorithms_test
186+
graph_gen_build --> algorithms_typecheck
178187
types_build --> algorithms_typecheck
179188
client_build --> cli_test
180189
types_build --> cli_test
@@ -189,6 +198,7 @@ flowchart LR
189198
utils_build --> client_test
190199
types_build --> client_typecheck
191200
utils_build --> client_typecheck
201+
graph_expansion_typecheck --> graph_expansion_build
192202
graph_gen_typecheck --> graph_gen_build
193203
graph_gen_typecheck --> graph_gen_test
194204
web_build --> tools_typecheck

0 commit comments

Comments
 (0)