From 9dac22fc78cac2db8c79d977e46c439679fe1366 Mon Sep 17 00:00:00 2001 From: Songkeys Date: Tue, 20 Aug 2024 17:18:32 +0800 Subject: [PATCH] build: turbo field "pipeline" -> "tasks" --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index d4564ad..d6766e1 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,6 @@ { "$schema": "https://turbo.build/schema.json", - "pipeline": { + "tasks": { "prisma:generate": { "cache": false },