mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
ci: 解决 release 异常
This commit is contained in:
parent
407f3d2fec
commit
cb855cedcf
@ -164,7 +164,7 @@ async function createPackageNewVersion(pkg) {
|
||||
}
|
||||
|
||||
function genOtherPkgsVersion(packagesVersion) {
|
||||
const noChangedPkgs = packages.filter((name) => !packagesVersion.find((item) => item.name === name));
|
||||
const noChangedPkgs = packages.filter((name) => !packagesVersion.find((item) => item.dirName === name));
|
||||
const pkgs = arrToObj(packagesVersion, 'name');
|
||||
const result = [];
|
||||
noChangedPkgs.forEach((currentPkg) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user