We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52a37d commit 8f48d6aCopy full SHA for 8f48d6a
4 files changed
builder/package.json
@@ -6,7 +6,8 @@
6
"type": "module",
7
"main": "tbdocs.mjs",
8
"scripts": {
9
- "build": "node tbdocs.mjs"
+ "build": "node tbdocs.mjs",
10
+ "postinstall": "node scripts/patch-dagre.mjs"
11
},
12
"dependencies": {
13
"acorn": "^8.0",
0 commit comments