Skip to content

Commit 9707b79

Browse files
committed
fix: ci
1 parent 0ccfacb commit 9707b79

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

blocksuite/docs-site/.vitepress/theme/components/Icon.vue renamed to blocksuite/docs-site/.vitepress/theme/components/icon.vue

File renamed without changes.

blocksuite/docs-site/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"license": "MPL-2.0",
99
"type": "module",
1010
"scripts": {
11-
"typedoc": "typedoc --options ./typedoc.json",
11+
"build:deps": "tsc -b ../affine/all",
12+
"typedoc": "yarn run build:deps && typedoc --options ./typedoc.json",
1213
"dev": "yarn run typedoc && yarn exec vitepress dev --port 5200",
1314
"dev:nobuild": "yarn exec vitepress dev --port 5200",
1415
"build": "yarn run typedoc && NODE_OPTIONS=--max-old-space-size=8192 yarn exec vitepress build",

0 commit comments

Comments
 (0)