Skip to content

Commit 7762012

Browse files
Build, not dev server
1 parent e234c3f commit 7762012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"dev": "vite",
1313
"build:lib": "tsc",
14-
"build:demo": "vite --mode=demo",
14+
"build:demo": "vite build --mode=demo",
1515
"ci": "npm run build:lib && npm run test && npx prettier --check lib src",
1616
"test": "vitest",
1717
"preview": "vite preview"

0 commit comments

Comments
 (0)