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
The current mure refresh command synchronizes the Git repository with the latest main or master.
What I want this command to do is to make it possible to start development in a fresh state.
Therefore, I want it to update the packages as well.
For example,
yarn install
poetry install
I want it to run these commands.
Problems
yarn install and poetry install can take a long time to run. They also fail more often.
We need to come up with a way to run them more reliably.
Accurate display of what mure refresh is doing
Error display on failure
Parallel execution and progress bar for mure refresh --all
The text was updated successfully, but these errors were encountered:
The current
mure refresh
command synchronizes the Git repository with the latestmain
ormaster
.What I want this command to do is to make it possible to start development in a fresh state.
Therefore, I want it to update the packages as well.
For example,
yarn install
poetry install
I want it to run these commands.
Problems
yarn install
andpoetry install
can take a long time to run. They also fail more often.We need to come up with a way to run them more reliably.
mure refresh
is doingmure refresh --all
The text was updated successfully, but these errors were encountered: