chore(turbo): use globalEnv

This commit is contained in:
moklick
2022-09-29 19:00:56 +02:00
parent 414f913217
commit 25d88893a2

View File

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