Whenever I update react-workshop-app, I need to update all my EpicReact workshop repos. I have a script in each one called update-deps
which looks like this:
https://github.com/kentcdodds/react-hooks/blob/119a8c9182664e7b28e6a426b7ca861f045f729e/scripts/update-deps
So I've put together a little script that opens an individual terminal window for each of the repos and runs the update-deps script and pushes. Really straightforward and saves me a lot of time.