-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
[code-infra] Add monorepo update script #3091
Conversation
@mui/code-infra We can potentially build on top of updateToLatest('@mui/monorepo', `Janpot/material-ui`, 'my-risky-code-infra-pr') |
package.json
Outdated
"updateMonorepo": "tsx ./scripts/updateMonorepo.ts", | ||
"check-changes": "git add -A && git diff --exit-code --staged", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't seem to have settled on one naming convention for commands.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, now we do 🙂 thanks
Fetch the latest commit from master, then update the monorepo dependency with it.