From 98f5d9b8ffce151efe72f3fdefd1796bbe3def1c Mon Sep 17 00:00:00 2001 From: Nikolay Dorofeev Date: Thu, 13 Jun 2024 21:11:35 +0400 Subject: [PATCH] Rename pipeline to tasks --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index e124236b..c2779c21 100644 --- a/turbo.json +++ b/turbo.json @@ -1,7 +1,7 @@ { "$schema": "https://turbo.build/schema.json", "globalDependencies": ["**/.env.*local"], - "pipeline": { + "tasks": { "prepare": { "outputs": [".nuxt"] },