The published packages contains test codes
ueokande opened this issue · 0 comments
ueokande commented
Target Package
- every published packages containing test codes.
Environment
- Operating System: none
- Browser: none
- Node.js version: none
Current Behavior
The published package contains test code with a directory __test__
. They are not necessary for package users. For example, you can see rest-api-client has them.
https://unpkg.com/browse/@kintone/rest-api-client@3.2.0/lib/
Expected Behavior
The published npm packages contain no test codes. It can reduce package size. You can verify the files the package includes by yarn pack
.