fix: adds api to turbo.json
parent
b334586c3b
commit
ade81eed7e
|
@ -91,6 +91,10 @@
|
|||
],
|
||||
"outputs": [".next/**"]
|
||||
},
|
||||
"@calcom/api#build": {
|
||||
"dependsOn": ["@calcom/prisma#post-install"],
|
||||
"outputs": [".next/**"]
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**", ".next/**"]
|
||||
|
|
Loading…
Reference in New Issue