Prisma cache improvements (#1963)
* Adds website as a submodule * Added website to monorepo * Adds script to depliy submodules on Vercel * Updates website * Updates vercel script * Sets default branch name as main * Update website * Cleanup git logs in Vercel * Update website * Update website * Prisma build cache improvements
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
"baseBranch": "origin/main",
|
||||
"globalDependencies": ["apps/web/.env", "packages/prisma/.env"],
|
||||
"pipeline": {
|
||||
"@calcom/prisma#build": {
|
||||
"dependsOn": ["$DATABASE_URL"],
|
||||
"outputs": ["zod/**"]
|
||||
},
|
||||
"@calcom/prisma#db-deploy": {},
|
||||
"@calcom/prisma#db-reset": {
|
||||
"cache": false
|
||||
|
||||
Reference in New Issue
Block a user