Skip to content

Commit 2e987f4

Browse files
committed
change vercel config
1 parent 648ba72 commit 2e987f4

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
@@ -5,7 +5,7 @@
55
"main": "src/main.ts",
66
"scripts": {
77
"dev": "vite",
8-
"build": "vite build",
8+
"build": "vite build && tsc -p server/tsconfig.json",
99
"serve": "vite preview",
1010
"lint": "eslint .",
1111
"lint:fix": "eslint --fix . && prettier --write .",

0 commit comments

Comments
 (0)