Skip to content

Commit

Permalink
formatting pass
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Oct 14, 2022
1 parent b4f8313 commit 4de31e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/release/utils/workspace.ts
Expand Up @@ -52,7 +52,9 @@ export function mapWorkspaceToPackages(
});
})
)
).then(paths => paths.reduce((arr: string[], val: string[]) => arr.concat(val), []));
).then(paths =>
paths.reduce((arr: string[], val: string[]) => arr.concat(val), [])
);
}

function mapPackagestoPkgJson(packagePaths: string[]) {
Expand Down

0 comments on commit 4de31e0

Please sign in to comment.