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 } } }