diff --git a/turbo.json b/turbo.json index 7916caa80..d4a761812 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": []