From a4b8cc8391034733aac362bdac83155b72dbec04 Mon Sep 17 00:00:00 2001 From: zomars Date: Fri, 29 Jul 2022 19:30:02 -0600 Subject: [PATCH] Fixes dotenv replacements --- turbo.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/turbo.json b/turbo.json index 0ca5e68b52..28dd1c52a8 100644 --- a/turbo.json +++ b/turbo.json @@ -171,10 +171,12 @@ "dependsOn": ["@calcom/prisma#db-seed", "@calcom/web#build", "^app-e2e-quick"] }, "//#env-check:common": { + "cache": false, "inputs": ["./.env.example", "./.env"], "outputs": ["./.env"] }, "//#env-check:app-store": { + "cache": false, "inputs": ["./.env.appStore.example", "./.env.appStore"], "outputs": ["./.env.appStore"] }