Update turbo.json

This commit is contained in:
zomars 2022-05-26 11:44:23 -06:00
parent 9df4867fca
commit 2f832800fc

View File

@ -6,6 +6,9 @@
"@calcom/prisma#post-install": {
"outputs": ["./node_modules/@prisma/client/**", "./packages/prisma/schema.prisma"]
},
"@calcom/prisma#build": {
"dependsOn": ["$DATABASE_URL"]
},
"@calcom/prisma#db-deploy": {
"cache": false,
"dependsOn": ["$DATABASE_URL"]