From 8a8d8f0593c3b2aa3c106e6bbe6bf462e8af5462 Mon Sep 17 00:00:00 2001 From: Alberto Gualis Date: Fri, 20 Sep 2024 16:45:05 +0200 Subject: [PATCH] chore: fix2 --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 81529361..ca2665ed 100644 --- a/turbo.json +++ b/turbo.json @@ -14,7 +14,7 @@ "build:dev": { "dependsOn": ["^build:dev"], "inputs": ["$TURBO_DEFAULT$", ".env*"], - "outputs": [".next/**", "!.next/cache/**", ] + "outputs": [".next/**", "!.next/cache/**"] }, "lint": { "dependsOn": ["^lint"]