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": {