chore: remove react-doctor from package scripts and update task dependencies in turbo.json

This commit is contained in:
Amruth Pillai
2026-05-27 11:09:33 +02:00
parent b04eef1479
commit 8461aa65d5
9 changed files with 68 additions and 1224 deletions
-2
View File
@@ -8,7 +8,6 @@
"dev": "vite dev",
"serve": "vite preview",
"start": "vite preview",
"doctor": "react-doctor",
"typecheck": "tsgo --noEmit",
"test": "vitest run --passWithNoTests",
"test:coverage": "vitest run --coverage --passWithNoTests",
@@ -100,7 +99,6 @@
"@vitejs/plugin-react": "^6.0.2",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-react-compiler": "^1.0.0",
"react-doctor": "^0.2.9",
"typescript": "^6.0.3",
"vite": "^8.0.14"
}