Skip to content

Commit

Permalink
added sort operation
Browse files Browse the repository at this point in the history
  • Loading branch information
abbgrade committed Jun 16, 2023
1 parent c411633 commit dc7cdf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Public/Build-DependencyFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function Build-DependencyFile {
Get-ChildItem -Recurse -Include *.psd1, *.ps1 |
Import-Dependency |
Group-Dependency |
Sort-Object Name |
Export-DependencyFile -Path $Path
}
}

0 comments on commit dc7cdf5

Please sign in to comment.