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
When I was developing locally. I didn't know how to update my project with the latest version of build tools using yalc. I later learned that once you have made changes to build tools and ran yalc publish you then need to run yalc push and in the project you want to use it in you need to run yalc update so it uses the new version. I think adding these steps to the readme would be good for other users developing locally.
The text was updated successfully, but these errors were encountered:
The feature
When I was developing locally. I didn't know how to update my project with the latest version of build tools using yalc. I later learned that once you have made changes to build tools and ran
yalc publish
you then need to runyalc push
and in the project you want to use it in you need to runyalc update
so it uses the new version. I think adding these steps to the readme would be good for other users developing locally.The text was updated successfully, but these errors were encountered: