We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85afa58 commit e447e76Copy full SHA for e447e76
frontend/package.json
@@ -4,7 +4,7 @@
4
"type": "module",
5
"scripts": {
6
"dev": "env-cmd -f .env.local vite",
7
- "build": "tsc -b && rm -rf **/vite.config.ts.timestamp-* && vite build",
+ "build": "tsc -b && vite build -d --emptyOutDir",
8
"lint": "eslint .",
9
"preview": "vite preview --port 5173 --host 0.0.0.0"
10
},
0 commit comments