fix: remove trpc build dependency from turbo dev command (#26862)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
sean-brydon
2026-01-15 10:45:06 +00:00
committed by GitHub
co-authored by Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
parent a8d559d331
commit 710d36a96c
+1 -1
View File
@@ -495,7 +495,7 @@
"outputs": ["dist/**", "build/**"]
},
"@calcom/web#dev": {
"dependsOn": ["@calcom/trpc#build", "//#env-check:common", "//#env-check:app-store"],
"dependsOn": ["//#env-check:common", "//#env-check:app-store"],
"cache": false
},
"dev": {