Skip to content

Commit

Permalink
sync-react: Remove redundant work in
Browse files Browse the repository at this point in the history
This mainly moves code out of the `sync` function into a parent main function.
The `main` takes care of the responsibilities that we really only need once while `sync` takes care of just syncing this specific React release channel:
- update peer dependencies
- install
- compile
- print changelog

The changelog could live in the `sync` function since it's technically specific to each release channel.
However, currently don't write React commits to indicate which release channel they affect.
  • Loading branch information
eps1lon committed Aug 22, 2024
1 parent 3c7af4f commit efa5e91
Showing 1 changed file with 182 additions and 164 deletions.
Loading

0 comments on commit efa5e91

Please sign in to comment.