From ef68f4f4f8f2195de33af15946eec52ab4818b40 Mon Sep 17 00:00:00 2001 From: Hariom Balhara Date: Tue, 10 May 2022 10:54:20 +0530 Subject: [PATCH] Fix preview.html not built and thus served during depooy (#2713) --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 1e91e66028..c818c78f0c 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": {