Closed bcho892 closed 3 months ago
Is your feature request related to a problem? Please describe.
Once uasc-next is determined to be stable enough, we should replace /client with the /uasc-next directory. This also involves renaming the yarn workspaces (see #592)
uasc-next
/client
/uasc-next
BEFORE MERGING
git fetch origin master:master
git rebase master
git merge master
Is your feature request related to a problem? Please describe.
Once
uasc-next
is determined to be stable enough, we should replace/client
with the/uasc-next
directory. This also involves renaming the yarn workspaces (see #592)BEFORE MERGING
git fetch origin master:master
, thengit rebase master
orgit merge master
)