From f3d475048376bc20f7ee5985833438608703b6fa Mon Sep 17 00:00:00 2001 From: Siebe Baree Date: Sat, 22 Jun 2024 19:09:39 +0200 Subject: [PATCH] Fixed turbo config --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index fba613b..b7ec4c8 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/**"]