Skip to content

Commit a5ea309

Browse files
committed
Fix command
1 parent c1e9528 commit a5ea309

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
@@ -36,7 +36,7 @@
3636
"build:themeable": "node scripts/themeable-source",
3737
"build:pages:vite": "vite build",
3838
"build:pages:tsc": "tsc -p pages/tsconfig.json",
39-
"build:pages:bundle": "tsc -p pages/tsconfig.json"
39+
"build:pages:bundle": "vite build -c vite.config.dev-pages.mjs"
4040
},
4141
"exports": {
4242
".": "./index.js",

0 commit comments

Comments
 (0)