We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea0e6d7 + 9b51bc8 commit 1916eeeCopy full SHA for 1916eee
jupyter_releaser/npm.py
@@ -199,4 +199,4 @@ def _get_workspace_packages(data):
199
continue
200
paths.append(sub_package)
201
202
- return paths
+ return sorted(paths)
0 commit comments