Skip to content

Commit

Permalink
chore(publisher-ers): fix formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Feb 11, 2022
1 parent 9abc581 commit bc2949a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ export default class PublisherERS extends PublisherBase<PublisherERSConfig> {

for (const makeResult of makeResults) {
const { packageJSON } = makeResult;
const artifacts = makeResult.artifacts
.filter((artifactPath) => path.basename(artifactPath).toLowerCase() !== 'releases');
const artifacts = makeResult.artifacts.filter((artifactPath) => path.basename(artifactPath).toLowerCase() !== 'releases');

const existingVersion = versions.find((version) => version.name === packageJSON.version);

Expand Down

0 comments on commit bc2949a

Please sign in to comment.