From f0055b5573d06fe21b41e612369c1d4dd37caa89 Mon Sep 17 00:00:00 2001 From: tknickman Date: Fri, 5 May 2023 14:17:50 -0400 Subject: [PATCH] fix(examples): with rollup --- examples/with-rollup/turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": []