Skip to content

Commit 8f48d6a

Browse files
committed
Fix the Dagre layout engine to render our Mermaid diagrams properly.
1 parent f52a37d commit 8f48d6a

4 files changed

Lines changed: 641 additions & 2 deletions

File tree

builder/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"type": "module",
77
"main": "tbdocs.mjs",
88
"scripts": {
9-
"build": "node tbdocs.mjs"
9+
"build": "node tbdocs.mjs",
10+
"postinstall": "node scripts/patch-dagre.mjs"
1011
},
1112
"dependencies": {
1213
"acorn": "^8.0",

0 commit comments

Comments
 (0)