Skip to content

Commit

Permalink
fix commander again
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Nov 11, 2024
1 parent 2eb9515 commit ba2acea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/tag-release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ let {tag} = program
'--tag <tag>',
'The npm tag to add to every package published in the latest release',
)
.parse(process.argv);
.parse(process.argv)
.opts();

if (!tag) {
throw new Error('Required option `tag` not specified');
Expand Down

0 comments on commit ba2acea

Please sign in to comment.