Skip to content

Commit

Permalink
feat: Set --unstable-byonm during publishing by default
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Mar 8, 2024
1 parent d4e5408 commit a106418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export async function publish(cwd: string, options: PublishOptions) {
"publish",
"--unstable-bare-node-builtins",
"--unstable-sloppy-imports",
"--unstable-byonm",
"--no-check",
...options.publishArgs,
];
Expand Down

0 comments on commit a106418

Please sign in to comment.