mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-09 13:57:55 +02:00
fix build issues
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "run-p type-check \"build-only {@}\" --",
|
||||
"build": "vite build",
|
||||
"build-with-typecheck": "run-p type-check \"build-only {@}\" --",
|
||||
"preview": "vite preview",
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --build --force"
|
||||
|
||||
Reference in New Issue
Block a user