From 39c944ba1eb7822376560cf6f54c3e01f02a9260 Mon Sep 17 00:00:00 2001 From: Dhairya Majmudar <2022kuec2045@iiitkota.ac.in> Date: Sat, 19 Oct 2024 13:18:00 +0530 Subject: [PATCH] updating turbo.json file with latest changes --- turbo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/turbo.json b/turbo.json index 922009546..a55868968 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,6 @@ { "$schema": "https://turbo.build/schema.json", - "pipeline": { + "tasks": { "build": { "outputs": [] }, @@ -21,4 +21,4 @@ "lint:tpl:validator": {}, "test:integration:update":{"cache": false} } -} \ No newline at end of file +}