Skip to content

Commit a4b6a8d

Browse files
committed
chore(config): update Nx task dependency graph with graph-gen
1 parent d06bb0c commit a4b6a8d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 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_gen["graph-gen"]
136+
graph_gen_build[["build"]]
137+
graph_gen_lint{{"lint"}}
138+
graph_gen_test(["test"])
139+
graph_gen_typecheck{{"typecheck"}}
140+
end
141+
135142
subgraph tools["tools"]
136143
tools_lint{{"lint"}}
137144
tools_typecheck{{"typecheck"}}
@@ -182,6 +189,8 @@ flowchart LR
182189
utils_build --> client_test
183190
types_build --> client_typecheck
184191
utils_build --> client_typecheck
192+
graph_gen_typecheck --> graph_gen_build
193+
graph_gen_typecheck --> graph_gen_test
185194
web_build --> tools_typecheck
186195
types_typecheck --> types_build
187196
ui_typecheck --> ui_build

0 commit comments

Comments
 (0)