🚀 Feature: Test files shouldn't be published #1629
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: feature
New enhancement or request
Bug Report Checklist
main
branch of the repository.Overview
Right now, CTA repos publish all files under
lib/
:create-typescript-app/package.json
Lines 17 to 23 in 9034d25
...including
*.test.*
files. 😬. That's a lot of extra file size on published packages for no real gain. I think*.test.*
files should be excluded from the published outputs.Additional Info
I'd previously fixed this in 7cdb836, but at some point switched away from
.npmignore
files and lost that.💖
The text was updated successfully, but these errors were encountered: