From 952ff8f2ab763a4bebcd41e70e139135bb88a04b Mon Sep 17 00:00:00 2001 From: well Date: Fri, 1 Nov 2024 14:03:16 +0800 Subject: [PATCH] updateturbo --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {