Compare commits

...

2 Commits

Author SHA1 Message Date
Agusti Fernandez Pardo 48070b2828 fix: no databaseUrl 2022-05-21 02:42:36 +02:00
Agusti Fernandez Pardo a253c9941d fix: turbo api 2022-05-21 02:40:06 +02:00
1 changed files with 6 additions and 0 deletions

View File

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