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
@@ -9,7 +9,6 @@
},
"scripts": {
"dev": "email dev --dir src/templates --port 3002",
"doctor": "react-doctor",
"typecheck": "tsgo --noEmit",
"test": "vitest run --passWithNoTests",
"test:coverage": "vitest run --coverage --passWithNoTests",
@@ -28,7 +27,6 @@
"@types/nodemailer": "^8.0.0",
"@types/react": "^19.2.15",
"@typescript/native-preview": "7.0.0-dev.20260527.1",
"react-doctor": "^0.2.9",
"typescript": "^6.0.3"
}
}
-2
View File
@@ -15,7 +15,6 @@
"#react-pdf-renderer": "@react-pdf/renderer"
},
"scripts": {
"doctor": "react-doctor",
"typecheck": "tsgo --noEmit",
"test": "vitest run --passWithNoTests",
"test:coverage": "vitest run --coverage --passWithNoTests",
@@ -39,7 +38,6 @@
"@reactive-resume/config": "workspace:*",
"@types/react": "^19.2.15",
"@typescript/native-preview": "7.0.0-dev.20260527.1",
"react-doctor": "^0.2.9",
"typescript": "^6.0.3"
}
}
-2
View File
@@ -11,7 +11,6 @@
},
"scripts": {
"shadcn": "shadcn",
"doctor": "react-doctor",
"typecheck": "tsgo --noEmit",
"test": "vitest run --passWithNoTests",
"test:coverage": "vitest run --coverage --passWithNoTests",
@@ -44,7 +43,6 @@
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "7.0.0-dev.20260527.1",
"postcss": "^8.5.15",
"react-doctor": "^0.2.9",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3"
}