From bade972c063ae8c50b28607d844f55015c970f45 Mon Sep 17 00:00:00 2001 From: Chris Olszewski Date: Tue, 21 May 2024 06:09:20 -0700 Subject: [PATCH] chore: unbreak turborepo_2 (#8183) ### Description #8180 and #8157 ended up landing in a way where `globs.t` will fail due to using a test fixture that uses the now removed `pipeline` field. ### Testing Instructions CI --- turborepo-tests/integration/fixtures/dir_globs/turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turborepo-tests/integration/fixtures/dir_globs/turbo.json b/turborepo-tests/integration/fixtures/dir_globs/turbo.json index 49f0d49efdf22..bdea068bec038 100644 --- a/turborepo-tests/integration/fixtures/dir_globs/turbo.json +++ b/turborepo-tests/integration/fixtures/dir_globs/turbo.json @@ -1,6 +1,6 @@ { "$schema": "https://turbo.build/schema.json", - "pipeline": { + "tasks": { "build": { "inputs": ["src/"], "outputs": ["dist"]