Skip to content

Commit 1916eee

Browse files
authored
Merge pull request #218 from jtpio/sorted-workspace-packages
2 parents ea0e6d7 + 9b51bc8 commit 1916eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_releaser/npm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,4 @@ def _get_workspace_packages(data):
199199
continue
200200
paths.append(sub_package)
201201

202-
return paths
202+
return sorted(paths)

0 commit comments

Comments
 (0)