ci: corrected building and bundeling with tsc vite

This commit is contained in:
2026-04-23 02:01:53 +03:30
parent 8278e313e5
commit 1a3ed6816c
4 changed files with 26 additions and 2 deletions

View File

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