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 58ef04c commit 62c0b96Copy full SHA for 62c0b96
1 file changed
docs/package.json
@@ -1,8 +1,9 @@
1
{
2
"private": true,
3
"scripts": {
4
- "dev": "bun scripts/index-docs.ts && vite dev",
5
- "build": "bun run --sequential build:index-docs build:md-docs build:sitemap build:vite",
+ "dev": "bun run --parallel index-docs dev:vite",
+ "dev:vite": "vite dev",
6
+ "build": "bun run --parallel build:index-docs build:sitemap && bun run build:md-docs && bun run build:vite",
7
"index-docs": "bun scripts/index-docs.ts",
8
"build:index-docs": "bun scripts/index-docs.ts",
9
"build:md-docs": "bun scripts/generate-md-docs.ts",
0 commit comments