fix the fieldname (#6884)
This commit is contained in:
Родитель
a873cbbd29
Коммит
1749a159be
|
@ -20,7 +20,7 @@ const getRushPackages = () => {
|
|||
for (const proj of rushJson.projects) {
|
||||
const filePath = path.join(baseDir, proj.projectFolder, "package.json");
|
||||
packageFolders.push(path.basename(path.dirname(filePath)));
|
||||
packageNames.push(proj.projectName);
|
||||
packageNames.push(proj.packageName);
|
||||
}
|
||||
return { packageList: packageNames, folderList: packageFolders };
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче