diff --git a/examples/with-rollup/turbo.json b/examples/with-rollup/turbo.json index 8e38f8eb9cec7..a70f30b11f2d2 100644 --- a/examples/with-rollup/turbo.json +++ b/examples/with-rollup/turbo.json @@ -2,7 +2,8 @@ "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { - "outputs": ["dist/**", "build/**", ".next/**", "!.next/cache/**"] + "outputs": ["dist/**", "build/**", ".next/**", "!.next/cache/**"], + "dependsOn": ["^build"] }, "lint": { "outputs": []