From d581142f082ed888036e58aa33e9d88d84d34c2f Mon Sep 17 00:00:00 2001 From: Duro <47304910+DuroCodes@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:34:58 -0400 Subject: [PATCH] fix: fix publish command for bun & pnpm (#137) Co-authored-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> --- src/commands/publish.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/commands/publish.ts b/src/commands/publish.ts index c78a377..5d624c8 100644 --- a/src/commands/publish.ts +++ b/src/commands/publish.ts @@ -16,8 +16,10 @@ export async function publish(commandDir: string | undefined, args: Partial