Skip to content

Commit

Permalink
Sort files in stories generator
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrippey authored Sep 29, 2023
1 parent c0e37f5 commit 48ab6a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plopfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default function (plop) {
nodir: true,
nocase: true,
})
.sort((a, b) => a.localeCompare(b))
.map((file) => {
const COMPONENT = {
FILE: file,
Expand Down

0 comments on commit 48ab6a8

Please sign in to comment.