From af07f7e4e76bc8112594ab9fa3391fb59ed0567c Mon Sep 17 00:00:00 2001 From: Kinfe123 Date: Fri, 21 Jun 2024 16:40:39 +0300 Subject: [PATCH] fix: prod issue --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 08f5cb2e..0c71b603 100644 --- a/turbo.json +++ b/turbo.json @@ -1,7 +1,7 @@ { "$schema": "https://turbo.build/schema.json", "globalDependencies": ["**/.env.*local"], - "pipeline": { + "tasks": { "build": { "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**"]