fix: depends on prisma build and build
parent
ade81eed7e
commit
ede58a03bc
|
@ -92,7 +92,7 @@
|
|||
"outputs": [".next/**"]
|
||||
},
|
||||
"@calcom/api#build": {
|
||||
"dependsOn": ["@calcom/prisma#post-install"],
|
||||
"dependsOn": ["^build", "@calcom/prisma#build"],
|
||||
"outputs": [".next/**"]
|
||||
},
|
||||
"build": {
|
||||
|
|
Loading…
Reference in New Issue