Skip to content

Commit

Permalink
yarn setup not needed for bump-asset
Browse files Browse the repository at this point in the history
  • Loading branch information
busma13 committed Feb 6, 2025
1 parent 09c7038 commit 280cb53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/scripts/src/helpers/bump/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ export async function bumpAssetOnly(
const bumpAssetInfo = await bumpAssetVersion(packages, options, isAsset);
const commitMsgs = getBumpCommitMessages(bumpAssetInfo, options.release);

await setup();

for (const pkgInfo of packages) {
await updatePkgJSON(pkgInfo);
}
Expand Down

0 comments on commit 280cb53

Please sign in to comment.