Add command to ensure typescript is valid and tests pass, and ensure this is run after task completion by LLMs
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview",
|
||||
"test": "vitest"
|
||||
"test": "vitest",
|
||||
"check": "tsc --noEmit",
|
||||
"verify": "bun run check && bun run test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "~5.9.3",
|
||||
|
||||
Reference in New Issue
Block a user