Epic React update-deps script #125
kentcdodds
started this conversation in
Share
Replies: 1 comment 4 replies
-
Awesome, very cool scenario to automate away! There is a built-in await terminal(scriptString) should work. There's also an |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions