chore: refactor build configurations.

This commit is contained in:
ramvignesh-b
2026-04-22 16:42:53 +05:30
parent 11b9e8b04c
commit 694715a90c
5 changed files with 47 additions and 13 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build": "tsc -b & vite build",
"build:prod": "vite build --mode production",
"lint": "biome lint --write ./src",
"format": "biome format --write ./src",
"check": "biome check --write ./src",