Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Merge e4c3611 into a472e05
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam authored Apr 19, 2023
2 parents a472e05 + e4c3611 commit cf0cfa8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,10 @@ export default class BuildImpl {
});
}

// Ignore aliasfied packages on validate & prepare stages
// Ignore aliasfied packages on stages fix #1289
packageDescriptors = packageDescriptors.filter((pkg) => {
return !(
(this.props.currentStage === 'prepare' || this.props.currentStage === 'validate') &&
(this.props.currentStage === 'prepare') &&
pkg.aliasfy &&
pkg.type !== PackageType.Data
);
Expand Down

0 comments on commit cf0cfa8

Please sign in to comment.