chore: improve build process

This commit is contained in:
Ralph Khreish
2025-09-12 17:26:47 -07:00
parent 108301132f
commit ff9b7a46d6
7 changed files with 29 additions and 50 deletions

View File

@@ -53,8 +53,6 @@
}
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",