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