bigbite / build-tools

MIT License
6 stars 1 forks source link

[Chore]: Add more local development instructions #114

Closed jordanharris-6 closed 5 months ago

jordanharris-6 commented 5 months ago

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 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.

ampersarnie commented 5 months ago

Closed with merge of #115