create-react-library
create-react-library copied to clipboard
Do I need to commit dist or is there a way to generate it on yarn install?
When I install my library in an application. It doesn't automatically generated a dist folder in node_modules. Is there a way to do this? Or do I have to commit dist in my repository