From d43f162442e0dd414396b7d3ec3c9cae65699376 Mon Sep 17 00:00:00 2001 From: Daniel Sinclair Date: Wed, 13 Nov 2024 13:36:18 -0500 Subject: [PATCH] fix: turborepo tasks migration --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 6ca7e28..a4a3580 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,6 @@ { "$schema": "https://turborepo.org/schema.json", - "pipeline": { + "tasks": { "package": { "dependsOn": ["^build"], "outputs": ["dist/**"]