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 0ccfacb commit 9707b79Copy full SHA for 9707b79
2 files changed
…ite/.vitepress/theme/components/Icon.vue …ite/.vitepress/theme/components/icon.vueblocksuite/docs-site/.vitepress/theme/components/Icon.vue renamed to blocksuite/docs-site/.vitepress/theme/components/icon.vue
blocksuite/docs-site/package.json
@@ -8,7 +8,8 @@
8
"license": "MPL-2.0",
9
"type": "module",
10
"scripts": {
11
- "typedoc": "typedoc --options ./typedoc.json",
+ "build:deps": "tsc -b ../affine/all",
12
+ "typedoc": "yarn run build:deps && typedoc --options ./typedoc.json",
13
"dev": "yarn run typedoc && yarn exec vitepress dev --port 5200",
14
"dev:nobuild": "yarn exec vitepress dev --port 5200",
15
"build": "yarn run typedoc && NODE_OPTIONS=--max-old-space-size=8192 yarn exec vitepress build",
0 commit comments