From 94ed5724d8372fd0d25323f9e59a9dcf2847b6c9 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Mon, 15 Jul 2024 15:08:39 +0200 Subject: [PATCH] :green_heart: Fix cleanDatabase github script turbo exec --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index fc452fb4d..38d353657 100644 --- a/turbo.json +++ b/turbo.json @@ -49,6 +49,7 @@ "cache": false }, "db:cleanDatabase": { + "env": ["NEXTAUTH_URL"], "dependsOn": ["@typebot.io/prisma#db:generate"], "cache": false },