Skip to content

Commit

Permalink
chore: unbreak turborepo_2 (#8183)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
chris-olszewski committed May 28, 2024
1 parent d22a2c2 commit f8043cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turborepo-tests/integration/fixtures/dir_globs/turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"tasks": {
"build": {
"inputs": ["src/"],
"outputs": ["dist"]
Expand Down

0 comments on commit f8043cd

Please sign in to comment.