feat(build): generate assets before type checking
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc && rm -f node_modules/.cache/assets && vite build",
|
||||
"build": "rm -f node_modules/.cache/assets && vite build && tsc",
|
||||
"dev": "vite",
|
||||
"lint": "eslint src --cache --fix --max-warnings 0",
|
||||
"preview": "vite preview",
|
||||
|
||||
Reference in New Issue
Block a user