diff --git a/turbo.json b/turbo.json index ada06cd2..bc32f9df 100644 --- a/turbo.json +++ b/turbo.json @@ -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"] }