We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a2d12 commit b6a9239Copy full SHA for b6a9239
crates/turborepo-lib/src/query/file.rs
@@ -174,6 +174,7 @@ impl File {
174
run: self.run.clone(),
175
name: name.clone(),
176
})
177
+ .sorted_by(|a, b| a.name.cmp(&b.name))
178
.collect()),
179
Ok(Some(PackageMapping::Package(package))) => {
180
let node: PackageNode = PackageNode::Workspace(package.name.clone());
0 commit comments