non-prod files bundled in package
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 261
- Forks
- 31
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 4
Description
I noticed that published thread-stream npm package has full test files copied over
if you would remove these files your package would be smaller and possibly not even pull in some dev dependencies
most likely .husky and .github are not needed in published version
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the published thread-stream npm package with the repository contents, focusing on the test files, .husky, and .github entries mentioned in the issue. Inspect the package's file-selection or publish configuration; done means non-production files are excluded from the published package without removing required runtime files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- release
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100