From c1b3cf2bab37f9f28a24d0dd7ca7ac548ee68b8e Mon Sep 17 00:00:00 2001 From: Ethan Niser Date: Tue, 29 Oct 2024 22:59:57 -0400 Subject: [PATCH] update turbo --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 41b1ac8..4577221 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": ["dist/**", ".next/**", "!.next/cache/**"]