From effb9d56d9df24e0f938f8739da2b6302c4550eb Mon Sep 17 00:00:00 2001 From: Hariom Balhara Date: Wed, 11 May 2022 19:31:49 +0530 Subject: [PATCH] Fix preview.html not built and thus served during depooy (#2727) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Omar López --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 1e91e660..c818c78f 100644 --- a/turbo.json +++ b/turbo.json @@ -99,7 +99,7 @@ "db-seed": {}, "deploy": { "cache": false, - "dependsOn": ["@calcom/web#build"], + "dependsOn": ["@calcom/web#build", "@calcom/embed-core#build"], "outputs": [] }, "clean": {