diff --git a/turbo.json b/turbo.json index d111539..a10bfd1 100644 --- a/turbo.json +++ b/turbo.json @@ -3,8 +3,7 @@ "pipeline": { "build": { "outputs": ["dist/**", ".next/**", "public/dist/**"], - "dependsOn": ["^build"], - "cache": false + "dependsOn": ["^build"] }, "test": { "cache": false