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:
co-authored by
Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
parent
a8d559d331
commit
710d36a96c
+1
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user