Skip to content

Commit 28ed471

Browse files
committed
fix: build package before compiling docs for Vercel
1 parent eb79547 commit 28ed471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"typecheck": "tsc --noEmit",
3535
"prepublishOnly": "pnpm run build",
3636
"docs:dev": "vitepress dev docs",
37-
"docs:build": "vitepress build docs",
37+
"docs:build": "pnpm run build && vitepress build docs",
3838
"docs:preview": "vitepress preview docs"
3939
},
4040
"keywords": [

0 commit comments

Comments
 (0)