Skip to content

Commit

Permalink
Adjust hook order in graph
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Mar 7, 2022
1 parent 6d8924c commit 511e9ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/build-hooks.mmd
Expand Up @@ -5,6 +5,12 @@ flowchart TB
classDef hook-sequential-sync fill:#ffd2b3,stroke:#f00;
classDef hook-first-sync fill:#fff2b3,stroke:#f00;

watchchange("watchChange"):::hook-parallel
click watchchange "/guide/en/#watchchange" _parent

closewatcher("closeWatcher"):::hook-parallel
click closewatcher "/guide/en/#closewatcher" _parent

buildend("buildEnd"):::hook-parallel
click buildend "/guide/en/#buildend" _parent

Expand Down Expand Up @@ -32,12 +38,6 @@ flowchart TB
transform("transform"):::hook-sequential
click transform "/guide/en/#transform" _parent

watchchange("watchChange"):::hook-parallel
click watchchange "/guide/en/#watchchange" _parent

closewatcher("closeWatcher"):::hook-parallel
click closewatcher "/guide/en/#closewatcher" _parent

options
--> buildstart
--> |each entry|resolveid
Expand Down

0 comments on commit 511e9ae

Please sign in to comment.