From b57206b3d23d768799f44d0412edb2935e108889 Mon Sep 17 00:00:00 2001 From: Matthew Rowland Date: Sun, 27 Oct 2024 15:34:48 -0700 Subject: [PATCH] fix: dependsOn --- turbo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/turbo.json b/turbo.json index d375fa541..b58e55123 100644 --- a/turbo.json +++ b/turbo.json @@ -18,9 +18,9 @@ "dependsOn": ["generate", "^build"] }, "dev": { + "dependsOn": ["generate", "^build"], "cache": false, - "persistent": true, - "dependsOn": ["^build"] + "persistent": true } } }