fix: depends on prisma build and build

feat/api-turbo
Agusti Fernandez Pardo 2022-05-23 19:28:06 +02:00
parent ade81eed7e
commit ede58a03bc
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
"outputs": [".next/**"]
},
"@calcom/api#build": {
"dependsOn": ["@calcom/prisma#post-install"],
"dependsOn": ["^build", "@calcom/prisma#build"],
"outputs": [".next/**"]
},
"build": {