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