We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b08f1a commit 935eca5Copy full SHA for 935eca5
package.json
@@ -25,7 +25,7 @@
25
"build:watch": "vite build --watch",
26
"build-and-preview": "vite build && vite preview",
27
"preview": "vite preview",
28
- "build:preview": "vite build --config preview.vite.config.ts",
+ "build:preview": "bun run gen-css && vite build --config preview.vite.config.ts",
29
"test": "vitest",
30
"lint": "eslint",
31
"format": "prettier . --write"
0 commit comments