From 0ddcdb5c3a626b0de39a912144e6cc44c09953af Mon Sep 17 00:00:00 2001 From: Jorge Luis Calleja Alvarado Date: Wed, 14 Aug 2024 19:47:07 -0600 Subject: [PATCH] fix: turboo --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 8b928f50..77952eb1 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,6 @@ { "$schema": "https://turbo.build/schema.json", - "pipeline": { + "tasks": { "build": { "outputs": ["dist/**"] },