You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tyler-dane
changed the title
Cli always prompts for package to use, despite including as command arg
Cli's build command always prompts for package, despite including as command arg
Dec 28, 2024
tyler-dane
changed the title
Cli's build command always prompts for package, despite including as command arg
Cli's build command always prompts for package
Dec 28, 2024
Where did this happen?
Local code with an up-to-date main branch
Expected Behavior
When running
yarn cli build web
, I shouldn't be prompted for which package to build. Instead, the CLI will automaticlaly build the web package.All of these commands work as expected:
Current Behavior
The CLI still prompts for the package to build
Steps to Reproduce
Run
yarn cli build web
or any combination ofyarn cli build web [options]
.Possible Solution
Fix the arg parsing so that the package is successfully interpreted before continuing the script
Context
This makes it more difficult for users to use the CLI
The text was updated successfully, but these errors were encountered: