-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
[code-infra] Remove repo build scripts #47036
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
Conversation
Netlify deploy previewhttps://deploy-preview-47036--material-ui.netlify.app/ Bundle size report
|
af9c717 to
a6ec984
Compare
scripts/releaseTag.mjs
Outdated
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.
🤔 This is now part of the release process
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.
Deleted.
| "build:lib": "code-infra build --hasLargeFiles --skipPackageJson --skipBundlePackageJson --skipMainCheck --buildTypes false", | ||
| "build:lib:clean": "rimraf lib && pnpm build:lib && shx cp -R build lib", | ||
| "build:copy-files": "node ../../scripts/copyFiles.mjs", | ||
| "build:copy-files": "shx cp package.json README.md ../../CHANGELOG.md ../../LICENSE build", |
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.
This is just for this package since its already there and it doesn't have the same build process as other packages.
c38673b to
bca2a88
Compare
Janpot
left a comment
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.
👌 top
since all are now part of code-infra.
since all are now part of code-infra and some minor package cleanup.