Skip to content

Commit e447e76

Browse files
committed
try fix build bug
Signed-off-by: SeeuSim <[email protected]>
1 parent 85afa58 commit e447e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"scripts": {
66
"dev": "env-cmd -f .env.local vite",
7-
"build": "tsc -b && rm -rf **/vite.config.ts.timestamp-* && vite build",
7+
"build": "tsc -b && vite build -d --emptyOutDir",
88
"lint": "eslint .",
99
"preview": "vite preview --port 5173 --host 0.0.0.0"
1010
},

0 commit comments

Comments
 (0)