add yarn command to build hosted version

This commit is contained in:
Abi Raja 2023-11-27 18:24:28 -05:00
parent 78011901b2
commit 60a5a1917f

View File

@ -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"
},