Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit 28c3ef2

Browse files
committed
ci: include dotenv key as global dependency
1 parent b51dea4 commit 28c3ef2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

turbo.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3+
"globalEnv": ["DOTENV_KEY", "NODE_ENV"],
34
"globalDotEnv": [".env"],
45
"globalDependencies": [".env.vault", "tsconfig.base.json"],
56
"pipeline": {

0 commit comments

Comments
 (0)