Continuous Releases for material-ui using pkg.pr.new #42922
Description
Summary
Hey, I'm Mohammad, from https://pkg.pr.new! Thank you so much all for this piece of art.
Lately we had ant-design using pkg.pr.new for their continuous releases which made me think if this might be useful to material-ui too! This would enable preview releases (like netlify/vercel previews) but for the @mui/material
npm package (and other modules too) on each branch, pull request and commit.
Examples
Something like this would be possible:
npm i https://pkg.pr.new/@mui/material@173
And this would install the package from pull request number 173.
npm i https://pkg.pr.new/@mui/material@902743b
And this would bring the commit version of the package.
Motivation
This way, it'd be way easier to try out new pull requests, features and bug fixes. As it allows for a smoother feedback loop on the development cycle of material-ui.
And this would be a huge opportunity for https://pkg.pr.new :)
Feel free to close this if you think it's not necessary!
Search keywords: continuous releases