From fa66448f893666192aacc3ce37bfbb1e03d770e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20L=C3=B3pez?= Date: Wed, 23 Feb 2022 13:44:30 -0700 Subject: [PATCH] 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 --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index c21bf24b9a..2327d01e40 100644 --- a/turbo.json +++ b/turbo.json @@ -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