Skip to content

Commit

Permalink
cleanup guard
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav committed Aug 9, 2024
1 parent 7bad1f1 commit 4f9f28e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/changeset-snapshot.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ const main = async () => {
const pullRequest = params['pr'];
const commitSha = params['sha'];

if (pullRequest === undefined) {
throw new Error(
'Missing --pr configuration. Specify pull request number arg.'
);
}

releasePlan.releases.map((r) => {
r.newVersion = [
r.newVersion,
Expand Down

0 comments on commit 4f9f28e

Please sign in to comment.