From 52448d68f6d1497735124d4da85e6814cc7271b8 Mon Sep 17 00:00:00 2001 From: Leo Riviera Date: Thu, 23 Jan 2025 06:34:05 +0000 Subject: [PATCH] switch pipeline to tasks --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 64da8fb..109b91e 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", "^db:generate"], "outputs": [".next/**", "!.next/cache/**"]