From c89a3bed873c26b4e7f676a2a7026cae8265ecaa Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Tue, 1 Jul 2025 10:01:27 +0000 Subject: [PATCH] chore: expose commit hash through turborepo --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 195e13a..a4a0f5d 100644 --- a/turbo.json +++ b/turbo.json @@ -3,7 +3,8 @@ "tasks": { "build": { "dependsOn": ["^build"], - "outputs": [".next/**", "!.next/cache/**", "dist/**", "generated/client/**"] + "outputs": [".next/**", "!.next/cache/**", "dist/**", "generated/client/**"], + "env": ["commit", "NODE_ENV", "TURBO_TOKEN", "TURBO_TEAM"] }, "setup": { "dependsOn": ["^dd", "^db:generate", "^build"],