From 8c56c6c32de0c3faa0b01427f5dce996b78e589c Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Tue, 27 Sep 2022 09:02:57 +0200 Subject: [PATCH] :green_heart: (ci) Fix turbo repo prisma cache --- turbo.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/turbo.json b/turbo.json index 7916caa807d..d4a76181238 100644 --- a/turbo.json +++ b/turbo.json @@ -6,6 +6,9 @@ "outputs": [".next/**", "dist/**", "build/**"], "outputMode": "new-only" }, + "db#build": { + "cache": false + }, "test": { "dependsOn": [], "outputs": []