diff --git a/turbo.json b/turbo.json index 16b3652..27d926e 100644 --- a/turbo.json +++ b/turbo.json @@ -2,6 +2,7 @@ "$schema": "https://turbo.build/schema.json", "tasks": { "dev": { + "dependsOn": ["^build"], "cache": false, "persistent": true },