From a106418bb57668b6f0a8835fbb090a8eee58e117 Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Fri, 8 Mar 2024 16:48:47 +0100 Subject: [PATCH] feat: Set --unstable-byonm during publishing by default --- src/commands.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands.ts b/src/commands.ts index 82599ee..091a39b 100644 --- a/src/commands.ts +++ b/src/commands.ts @@ -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, ];