ci: corrected building and bundeling with tsc vite
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
"dev": "vite build --watch",
|
||||
"build": "tsc && vite build",
|
||||
"build": "tsc",
|
||||
"bundle": "vite build",
|
||||
"test": "vitest",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user