Skip to content

Commit

Permalink
fix; Remove globalPassThroughEnv from turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 31, 2024
1 parent a142e7f commit 35258d4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,5 @@
"outputs": []
}
},
"globalDependencies": ["tsconfig.json"],

"globalPassThroughEnv": [
"MNEMONIC",
"LZ_ENABLE_EXPERIMENTAL_TASK_LZ_DEPLOY",
"LZ_ENABLE_EXPERIMENTAL_TASK_LZ_OAPP_CONFIG_INIT"
]
"globalDependencies": ["tsconfig.json"]
}

0 comments on commit 35258d4

Please sign in to comment.