From d36e7bcda34846ef84ec601a03b1eca596ee3f09 Mon Sep 17 00:00:00 2001 From: nicholaslyang Date: Sat, 14 Sep 2024 15:15:24 -0400 Subject: [PATCH] Fix test --- turborepo-tests/integration/tests/affected.t | 1 + 1 file changed, 1 insertion(+) diff --git a/turborepo-tests/integration/tests/affected.t b/turborepo-tests/integration/tests/affected.t index 972591d15c6876..215d60215a6038 100644 --- a/turborepo-tests/integration/tests/affected.t +++ b/turborepo-tests/integration/tests/affected.t @@ -60,6 +60,7 @@ Remove the new file Add field to `apps/my-app/package.json` $ jq '. += {"description": "foo"}' apps/my-app/package.json > apps/my-app/package.json.new + $ mv apps/my-app/package.json.new apps/my-app/package.json Validate that we only run `my-app#build` with change not committed $ ${TURBO} run build --affected --log-order grouped