diff --git a/frontend/package.json b/frontend/package.json index 11d8ec8..0fcc84f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,6 +7,7 @@ "dev": "vite", "dev-hosted": "vite --mode prod", "build": "tsc && vite build", + "build-hosted": "tsc && vite build --mode prod", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" },