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
While working on #3823 I ran into an issue where sync assumes that we will be using a minor range(^), so yarn sync failed when it changed all the ~ back to ^.
We at minimum need to convert sync to expect a patch range, but we have run into other problems with sync doing things we did not expect recently.
If we can review the code and determine what functionality is still needed, and it doesn't look to difficult to separate it out and discard the rest, that would be best.
The text was updated successfully, but these errors were encountered:
After taking a look, we are going to remove generateTSConfig and executeHook from the sync command. The tsconfig is easy to update and executeHook is not used anywhere.
While working on #3823 I ran into an issue where sync assumes that we will be using a minor range(^), so
yarn sync
failed when it changed all the~
back to^
.We at minimum need to convert
sync
to expect a patch range, but we have run into other problems with sync doing things we did not expect recently.If we can review the code and determine what functionality is still needed, and it doesn't look to difficult to separate it out and discard the rest, that would be best.
The text was updated successfully, but these errors were encountered: