diff --git a/turbo.json b/turbo.json index c469373..f9c27c5 100644 --- a/turbo.json +++ b/turbo.json @@ -3,7 +3,7 @@ "globalDependencies": ["**/.env.*local"], "tasks": { "build": { - "dependsOn": ["^build","$NODE_ENV"], + "dependsOn": ["^build"], "outputs": ["dist/**",".next/**","!.next/cache/**"] }, "lint": {