Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Oct 16, 2024
1 parent 30a2d12 commit b6a9239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/turborepo-lib/src/query/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ impl File {
run: self.run.clone(),
name: name.clone(),
})
.sorted_by(|a, b| a.name.cmp(&b.name))
.collect()),
Ok(Some(PackageMapping::Package(package))) => {
let node: PackageNode = PackageNode::Workspace(package.name.clone());
Expand Down

0 comments on commit b6a9239

Please sign in to comment.