chore: expose commit hash through turborepo

This commit is contained in:
2025-07-01 10:01:27 +00:00
parent 79fe992f6c
commit c89a3bed87

View File

@@ -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"],