components
components copied to clipboard
[IMPROVEMENT] - Remove *.mdx files before publishing @skynextui/components on npm
Script build is running export:docs and publishing all *.mdx files into npm package and this is increasing the packet size
"build": "yarn export:types && rollup -c && yarn export:docs"
