Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Oct 28, 2024
1 parent 8181982 commit 2950f53
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 @@ -228,6 +228,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 2950f53

Please sign in to comment.