Skip to content

Commit 511e9ae

Browse files
committed
Adjust hook order in graph
1 parent 6d8924c commit 511e9ae

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/build-hooks.mmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ flowchart TB
55
classDef hook-sequential-sync fill:#ffd2b3,stroke:#f00;
66
classDef hook-first-sync fill:#fff2b3,stroke:#f00;
77

8+
watchchange("watchChange"):::hook-parallel
9+
click watchchange "/guide/en/#watchchange" _parent
10+
11+
closewatcher("closeWatcher"):::hook-parallel
12+
click closewatcher "/guide/en/#closewatcher" _parent
13+
814
buildend("buildEnd"):::hook-parallel
915
click buildend "/guide/en/#buildend" _parent
1016

@@ -32,12 +38,6 @@ flowchart TB
3238
transform("transform"):::hook-sequential
3339
click transform "/guide/en/#transform" _parent
3440

35-
watchchange("watchChange"):::hook-parallel
36-
click watchchange "/guide/en/#watchchange" _parent
37-
38-
closewatcher("closeWatcher"):::hook-parallel
39-
click closewatcher "/guide/en/#closewatcher" _parent
40-
4141
options
4242
--> buildstart
4343
--> |each entry|resolveid

0 commit comments

Comments
 (0)