Compare commits

...

2 Commits

Author SHA1 Message Date
Agusti Fernandez Pardo ede58a03bc fix: depends on prisma build and build 2022-05-23 19:28:06 +02:00
Agusti Fernandez Pardo ade81eed7e fix: adds api to turbo.json 2022-05-21 02:49:59 +02:00
1 changed files with 4 additions and 0 deletions

View File

@ -91,6 +91,10 @@
],
"outputs": [".next/**"]
},
"@calcom/api#build": {
"dependsOn": ["^build", "@calcom/prisma#build"],
"outputs": [".next/**"]
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]