Skip to content

Commit 8c5cf20

Browse files
committed
fixup! Bruk postcss-bundler til å scope css til dekorator
1 parent fa23beb commit 8c5cf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dev-server": "bun run --watch dev-server/index.ts",
2222
"dev": "vite",
2323
"dev:fullscreen": "VITE_DECORATOR_MODE=fullscreen vite",
24-
"build": "vite build",
24+
"build": "bun run gen-css && vite build",
2525
"build:watch": "vite build --watch",
2626
"build-and-preview": "vite build && vite preview",
2727
"preview": "vite preview",

0 commit comments

Comments
 (0)