parent
203a874ddb
commit
2d6ea2b9da
@ -21,7 +21,7 @@ export function findInstalledPlugins(): PackageJson[] {
|
||||
result.push(pluginPackageJson);
|
||||
}
|
||||
}
|
||||
return result;
|
||||
return result.sort((a, b) => a.name.localeCompare(b.name));
|
||||
}
|
||||
|
||||
function getNxPluginPackageJsonOrNull(pkg: string): PackageJson | null {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user