fix: ensure vite installs and builds correctly on Netlify

This commit is contained in:
Wayne Sutton
2025-12-14 12:06:11 -08:00
parent ad7f07ffe1
commit 59e9c655d4
3 changed files with 5 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"dev:convex": "convex dev",
"build": "npx vite build",
"build": "vite build",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",