diff --git a/turbo.json b/turbo.json index 1776fff..195e13a 100644 --- a/turbo.json +++ b/turbo.json @@ -2,6 +2,7 @@ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { + "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**", "dist/**", "generated/client/**"] }, "setup": {