Update turbo.json
parent
9df4867fca
commit
2f832800fc
|
@ -6,6 +6,9 @@
|
||||||
"@calcom/prisma#post-install": {
|
"@calcom/prisma#post-install": {
|
||||||
"outputs": ["./node_modules/@prisma/client/**", "./packages/prisma/schema.prisma"]
|
"outputs": ["./node_modules/@prisma/client/**", "./packages/prisma/schema.prisma"]
|
||||||
},
|
},
|
||||||
|
"@calcom/prisma#build": {
|
||||||
|
"dependsOn": ["$DATABASE_URL"]
|
||||||
|
},
|
||||||
"@calcom/prisma#db-deploy": {
|
"@calcom/prisma#db-deploy": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"dependsOn": ["$DATABASE_URL"]
|
"dependsOn": ["$DATABASE_URL"]
|
||||||
|
|
Loading…
Reference in New Issue