chore: added raw tsc builds too
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "vite build --watch",
|
||||
"build": "tsc && vite build",
|
||||
"build": "tsc --emitDeclarationOnly && vite build",
|
||||
"build:raw": "tsc",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"lint": "eslint . --ext .ts",
|
||||
|
||||
Reference in New Issue
Block a user