Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo sync tool: Partial equality checks/merges #122

Open
mickmister opened this issue Sep 3, 2020 · 0 comments
Open

Repo sync tool: Partial equality checks/merges #122

mickmister opened this issue Sep 3, 2020 · 0 comments

Comments

@mickmister
Copy link
Member

Sometimes we add a new script to the scripts portion of package.json, and we want every plugin to receive this change. This requires a manual reconciliation of changes after overwriting the file (or however you choose to go about it), because each plugin understandably has several dependency differences.

It would be great to be able to have a check for this for the purposes of CI. Something like "are the target plugin's package.json scripts up to date with the starter template's scripts?" Then we know this target repo needs to have an sync update. The action of updating the file would ideally support a partial update as well, only updating the scripts part of the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant