Fix conditional argument for package manager command#228
Fix conditional argument for package manager command#228bearkfear wants to merge 1 commit intostefan-karger:mainfrom
Conversation
when using bun its getting an error like: `ExecaError: Command failed with exit code 1: bun add '' '@kobalte/core'` filtering the array with boolean will fix.
|
@bearkfear is attempting to deploy a commit to the Stefan EK's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
when using bun its getting an error like:
ExecaError: Command failed with exit code 1: bun add '' '@kobalte/core'filtering the array with boolean will fix.