diff --git a/turbo.json b/turbo.json index dea59225c..997dcdcf3 100644 --- a/turbo.json +++ b/turbo.json @@ -15,7 +15,13 @@ }, "build": { "dependsOn": ["^build", "@typebot.io/prisma#db:generate"], - "outputs": [".next/**", "dist/**", "build/**"], + "outputs": [ + ".next/**", + "!.next/cache/**", + "dist/**", + "build/**", + "public/__ENV.js" + ], "outputMode": "new-only", "dotEnv": [".env"] },