From 2556fc673c8504e456b5ab974820a34984b405a4 Mon Sep 17 00:00:00 2001 From: trickypr <23250792+trickypr@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:28:37 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Force=20dependency=20ordering?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index aa992f9..64f0503 100644 --- a/turbo.json +++ b/turbo.json @@ -2,6 +2,7 @@ "$schema": "https://turbo.build/schema.json", "pipeline": { "build": { + "dependsOn": ["^build"], "outputs": ["dist/**"] }, "dev": {}