components icon indicating copy to clipboard operation
components copied to clipboard

[IMPROVEMENT] - Remove *.mdx files before publishing @skynextui/components on npm

Open rafa-thayto opened this issue 4 years ago • 0 comments

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"

image

rafa-thayto avatar Feb 01 '22 17:02 rafa-thayto