Fix build failure

This commit is contained in:
2023-09-04 22:35:52 +08:00
parent c4211ddf7c
commit 5ee80f409f
2 changed files with 7709 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"dev-host": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"build": "vite build && tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write src/",
"preview": "vite preview"