From 6435c7724d7f22d14278f601d313fcbb98c8e7fc Mon Sep 17 00:00:00 2001 From: Islam Zaoui <98623858+IslamZaoui@users.noreply.github.com> Date: Fri, 11 Oct 2024 00:22:30 +0100 Subject: [PATCH] fix: resolve testing failure by ensuring library is built before use --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index f1a568e..306a011 100644 --- a/turbo.json +++ b/turbo.json @@ -4,6 +4,7 @@ "format": {}, "lint": {}, "test": { + "dependsOn": ["^build"], "outputs": [".svelte-kit/**", ".vercel/output/**"] }, "dev": {