From 4c23ea931dc01e0d99869eb518c85f891d006baa Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 21 Jul 2024 19:13:04 +0000 Subject: chore(deps): Upgrade turbo and disable its daemon --- turbo.json | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) (limited to 'turbo.json') diff --git a/turbo.json b/turbo.json index 8ecad061..3422151b 100644 --- a/turbo.json +++ b/turbo.json @@ -1,12 +1,18 @@ { "$schema": "https://turborepo.org/schema.json", - "globalDependencies": ["**/.env"], - "pipeline": { + "globalDependencies": [ + "**/.env" + ], + "tasks": { "topo": { - "dependsOn": ["^topo"] + "dependsOn": [ + "^topo" + ] }, "build": { - "dependsOn": ["^build"], + "dependsOn": [ + "^build" + ], "outputs": [ ".next/**", "!.next/cache/**", @@ -21,16 +27,26 @@ "cache": false }, "format": { - "outputs": ["node_modules/.cache/.prettiercache"], - "outputMode": "new-only" + "outputs": [ + "node_modules/.cache/.prettiercache" + ], + "outputLogs": "new-only" }, "lint": { - "dependsOn": ["^topo"], - "outputs": ["node_modules/.cache/.eslintcache"] + "dependsOn": [ + "^topo" + ], + "outputs": [ + "node_modules/.cache/.eslintcache" + ] }, "typecheck": { - "dependsOn": ["^topo"], - "outputs": ["node_modules/.cache/tsbuildinfo.json"] + "dependsOn": [ + "^topo" + ], + "outputs": [ + "node_modules/.cache/tsbuildinfo.json" + ] }, "clean": { "cache": false -- cgit v1.2.3-70-g09d2