chore(turbo): use globalEnv
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"$schema": "https://turborepo.org/schema.json",
|
||||
"pipeline": {
|
||||
"build": {
|
||||
"dependsOn": ["^build", "typecheck", "lint"],
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"dev": {
|
||||
@@ -20,5 +20,5 @@
|
||||
"outputs": []
|
||||
}
|
||||
},
|
||||
"globalDependencies": ["$NODE_ENV"]
|
||||
"globalEnv": ["NODE_ENV"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user