We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa23beb commit 8c5cf20Copy full SHA for 8c5cf20
package.json
@@ -21,7 +21,7 @@
21
"dev-server": "bun run --watch dev-server/index.ts",
22
"dev": "vite",
23
"dev:fullscreen": "VITE_DECORATOR_MODE=fullscreen vite",
24
- "build": "vite build",
+ "build": "bun run gen-css && vite build",
25
"build:watch": "vite build --watch",
26
"build-and-preview": "vite build && vite preview",
27
"preview": "vite preview",
0 commit comments