diff --git a/examples/turbo.json b/examples/turbo.json index 743e696bec9c7..ff19f8b6ee4c0 100644 --- a/examples/turbo.json +++ b/examples/turbo.json @@ -3,6 +3,10 @@ "pipeline": { // This needs to exist because upstream packages depend on it and // it's not defined at the root level. - "topo": {} + "topo": {}, + // We override inputs to avoid a costly globwalk + "lint:prettier": { + "inputs": [] + } } }