Skip to content

Commit 40eb780

Browse files
committed
no typedoc on build
1 parent da08ebb commit 40eb780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
},
8585
"scripts": {
8686
"dev": "vite ./dev --port 3000",
87-
"build": "pnpm tsc && vite build ./dev --outDir ../public --emptyOutDir && pnpm typedoc",
87+
"build": "pnpm tsc && vite build ./dev --outDir ../public --emptyOutDir",
8888
"test": "vitest --dom",
8989
"test:coverage": "vitest run --dom --coverage",
9090
"tsc": "tsc && pnpm replace:env",

0 commit comments

Comments
 (0)