From 21c84b932d493f2af2696df8366900b263f35d4a Mon Sep 17 00:00:00 2001 From: Walee Ahmed <6826840+walleXD@users.noreply.github.com> Date: Sat, 27 Apr 2024 21:46:21 -0400 Subject: [PATCH] chore: updated turbo config --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index bd02b3f..1513908 100644 --- a/turbo.json +++ b/turbo.json @@ -2,7 +2,8 @@ "$schema": "https://turbo.build/schema.json", "pipeline": { "build": { - "outputs": ["dist/**"] + "outputs": ["dist/**"], + "dependsOn": ["^build"] }, "docs": { "outputs": ["docs/**"]