mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
chore: expose commit hash through turborepo
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user