From 77ae89b22238429cbbbb7851ece2826c91d4e21f Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 27 Jul 2025 14:54:29 +0100 Subject: chore: More turbo fixes --- turbo.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'turbo.json') diff --git a/turbo.json b/turbo.json index bbd50fe8..8772c058 100644 --- a/turbo.json +++ b/turbo.json @@ -19,7 +19,8 @@ "next-env.d.ts", ".expo/**", ".output/**", - ".vercel/output/**" + ".vercel/output/**", + "dist/**" ] }, "dev": { @@ -28,7 +29,13 @@ }, "format": { "outputs": [ - "node_modules/.cache/.prettiercache" + "node_modules/.cache/prettier/.prettier-cache" + ], + "outputLogs": "new-only" + }, + "format:fix": { + "outputs": [ + "node_modules/.cache/prettier/.prettier-cache" ], "outputLogs": "new-only" }, @@ -37,6 +44,11 @@ "^topo" ] }, + "lint:fix": { + "dependsOn": [ + "^topo" + ] + }, "typecheck": { "dependsOn": [ "^topo" -- cgit v1.2.3-70-g09d2