From f0715c88ca81b9584313833086da2d9ed87be951 Mon Sep 17 00:00:00 2001 From: Wesley Luyten Date: Thu, 2 Oct 2025 14:28:58 -0500 Subject: [PATCH] chore: add generate:icons to build dependsOn --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index c71e8303..4392406c 100644 --- a/turbo.json +++ b/turbo.json @@ -4,7 +4,7 @@ "concurrency": "20", "tasks": { "build": { - "dependsOn": ["^build"], + "dependsOn": ["generate:icons", "^build"], "outputs": ["dist/**"] }, "dev": {