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
This fix: #24
has caused some undesired behaviour (init command exits if yarn install fails, and doesn't create config file), so an additional param shouldExitOnError was added.
Since there are a lot of optional params, it makes sense to put those together into a single options param.
The text was updated successfully, but these errors were encountered:
This fix:
#24
has caused some undesired behaviour (init command exits if yarn install fails, and doesn't create config file), so an additional param
shouldExitOnError
was added.Since there are a lot of optional params, it makes sense to put those together into a single options param.
The text was updated successfully, but these errors were encountered: