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
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
The config can be confusing, even with the documentation. Ideally 99% of users should be able to just run:
yarn monodeploy
we should revisit the defaults, and tweak them (it'd be a breaking change). We could also look at offering an interactive yarn monodeploy init subcommand leveraging https://github.com/enquirer/enquirer.
Something that might help simplify the config would be to leverage subcommands with clipanion more. So:
yarn monodeploy plan
yarn monodeploy build
yarn monodeploy publish
while still having an option which does all 3 (yarn monodeploy? or when you run build perhaps it updates the changeset file with build status so it can be skipped if nothing has changed?)
The text was updated successfully, but these errors were encountered:
The config can be confusing, even with the documentation. Ideally 99% of users should be able to just run:
we should revisit the defaults, and tweak them (it'd be a breaking change). We could also look at offering an interactive
yarn monodeploy init
subcommand leveraging https://github.com/enquirer/enquirer.Something that might help simplify the config would be to leverage subcommands with clipanion more. So:
while still having an option which does all 3 (
yarn monodeploy
? or when you runbuild
perhaps it updates the changeset file with build status so it can be skipped if nothing has changed?)The text was updated successfully, but these errors were encountered: