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 da08ebb commit 40eb780Copy full SHA for 40eb780
package.json
@@ -84,7 +84,7 @@
84
},
85
"scripts": {
86
"dev": "vite ./dev --port 3000",
87
- "build": "pnpm tsc && vite build ./dev --outDir ../public --emptyOutDir && pnpm typedoc",
+ "build": "pnpm tsc && vite build ./dev --outDir ../public --emptyOutDir",
88
"test": "vitest --dom",
89
"test:coverage": "vitest run --dom --coverage",
90
"tsc": "tsc && pnpm replace:env",
0 commit comments