2
0

💚 Fix cleanDatabase github script turbo exec

This commit is contained in:
Baptiste Arnaud
2024-07-15 15:08:39 +02:00
parent f4cd1d5ba3
commit 94ed5724d8

View File

@ -49,6 +49,7 @@
"cache": false
},
"db:cleanDatabase": {
"env": ["NEXTAUTH_URL"],
"dependsOn": ["@typebot.io/prisma#db:generate"],
"cache": false
},